Html Css Color HEX #D7D529 Bitter Lemon

📋 copy color: '#D7D529'

red 215 ◦ green 213 ◦ blue 41

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

Shades of Bitter Lemon #D7D529

Tints of Bitter Lemon #D7D529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.42%

 BLUE value IS 41 (16.41% from 255) = 8.74%

R = 45.84%
G = 45.42%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D7D529 (or 0xD7D529) is known color: Bitter Lemon. HEX triplet: D7, D5 and 29. RGB value is (215,213,41). Sum of RGB (Red+Green+Blue) = 215+213+41=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D529 is #282AD6. Grayscale: #C2C2C2. Windows color (decimal): -2632407 or 2741719. OLE color: 2741719.

HSL color Cylindrical-coordinate representation of color #D7D529: hue angle of 59.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7D529 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 213 41 -
CMYK 0 0.01 0.81 0.16
HSL 59.31º 0.69% 0.5% -
HSV(B) 59.31º 0.81% 0.84% -
XYZ 52.22 62.2 11.35 -
YUV 193.99 41.66 142.99 -
System Red Green Blue C M Y K H S L
Decimal 215 213 41 0 0.01 0.81 0.16 59.31 0.69 0.5
Hex D7 D5 29 0 1 51 10 3B 45 32
Octal 327 325 51 0 1 121 20 73 105 62
Binary 11010111 11010101 101001 0 1 1010001 10000 111011 1000101 110010

Color Harmonies of #D7D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D529

Black with #D7D529

Text Example


Text Example

White with #D7D529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D529; }

 p { color: rgb(215,213,41); }

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

background-color css

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

 a { background-color: rgb(215,213,41); }

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

border-color css

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

 span { border-color: rgb(215,213,41); }

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