Html Css Color HEX #D7D02C Bitter Lemon

📋 copy color: '#D7D02C'

red 215 ◦ green 208 ◦ blue 44

#D7D02C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #D7D02C

Tints of Bitter Lemon #D7D02C

RGB

 RED value IS 215 (84.38% from 255) = 46.04%

 GREEN value IS 208 (81.64% from 255) = 44.54%

 BLUE value IS 44 (17.58% from 255) = 9.42%

R = 46.04%
G = 44.54%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D7D02C (or 0xD7D02C) is known color: Bitter Lemon. HEX triplet: D7, D0 and 2C. RGB value is (215,208,44). Sum of RGB (Red+Green+Blue) = 215+208+44=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D02C is #282FD3. Grayscale: #C0C0C0. Windows color (decimal): -2633684 or 2937047. OLE color: 2937047.

HSL color Cylindrical-coordinate representation of color #D7D02C: hue angle of 57.54º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7D02C is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 208 44 -
CMYK 0 0.03 0.80 0.16
HSL 57.54º 0.68% 0.51% -
HSV(B) 57.54º 0.8% 0.84% -
XYZ 51.03 59.74 11.22 -
YUV 191.4 44.82 144.84 -
System Red Green Blue C M Y K H S L
Decimal 215 208 44 0 0.03 0.80 0.16 57.54 0.68 0.51
Hex D7 D0 2C 0 3 50 10 3A 44 33
Octal 327 320 54 0 3 120 20 72 104 63
Binary 11010111 11010000 101100 0 11 1010000 10000 111010 1000100 110011

Color Harmonies of #D7D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D02C

Black with #D7D02C

Text Example


Text Example

White with #D7D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D02C; }

 p { color: rgb(215,208,44); }

 H1.HeaderClassName
 {
   color: #D7D02C;
 }
 .AnyTagClassName
 {
   color: #D7D02C;
 }
</style>

background-color css

<style>
 a { background-color: #D7D02C; }

 a { background-color: rgb(215,208,44); }

 div.DivClassName
 {
   background-color: #D7D02C;
 }
 .BgClassName
 {
   background-color: #D7D02C;
 }
</style>

border-color css

<style>
 span { border-color: #D7D02C; }

 span { border-color: rgb(215,208,44); }

 td.TdClassName
 {
   border-color: #D7D02C;
 }
 .TagClassName
 {
   border-color: #D7D02C;
 }
</style>