Html Css Color HEX #D7D02B Bitter Lemon

📋 copy color: '#D7D02B'

red 215 ◦ green 208 ◦ blue 43

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

Shades of Bitter Lemon #D7D02B

Tints of Bitter Lemon #D7D02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.23%

R = 46.14%
G = 44.64%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7D02B (or 0xD7D02B) is known color: Bitter Lemon. HEX triplet: D7, D0 and 2B. RGB value is (215,208,43). Sum of RGB (Red+Green+Blue) = 215+208+43=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D02B is #282FD4. Grayscale: #BFBFBF. Windows color (decimal): -2633685 or 2871511. OLE color: 2871511.

HSL color Cylindrical-coordinate representation of color #D7D02B: hue angle of 57.56º 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 #D7D02B is Cyan = 0, Magento = 0.03, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 208 43 -
CMYK 0 0.03 0.8 0.16
HSL 57.56º 0.68% 0.51% -
HSV(B) 57.56º 0.8% 0.84% -
XYZ 51.02 59.73 11.13 -
YUV 191.28 44.32 144.92 -
System Red Green Blue C M Y K H S L
Decimal 215 208 43 0 0.03 0.8 0.16 57.56 0.68 0.51
Hex D7 D0 2B 0 3 50 10 3A 44 33
Octal 327 320 53 0 3 120 20 72 104 63
Binary 11010111 11010000 101011 0 11 1010000 10000 111010 1000100 110011

Color Harmonies of #D7D02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D02B

Black with #D7D02B

Text Example


Text Example

White with #D7D02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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