Html Css Color HEX #D5D229 Bitter Lemon

📋 copy color: '#D5D229'

red 213 ◦ green 210 ◦ blue 41

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

Shades of Bitter Lemon #D5D229

Tints of Bitter Lemon #D5D229

RGB

 RED value IS 213 (83.59% from 255) = 45.91%

 GREEN value IS 210 (82.42% from 255) = 45.26%

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

R = 45.91%
G = 45.26%
B = 8.84%

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

#D5D229 (or 0xD5D229) is known color: Bitter Lemon. HEX triplet: D5, D2 and 29. RGB value is (213,210,41). Sum of RGB (Red+Green+Blue) = 213+210+41=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D229 is #2A2DD6. Grayscale: #C0C0C0. Windows color (decimal): -2764247 or 2740949. OLE color: 2740949.

HSL color Cylindrical-coordinate representation of color #D5D229: hue angle of 58.95º degrees, saturation: 0.68, 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 #D5D229 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 41 -
CMYK 0 0.01 0.81 0.16
HSL 58.95º 0.68% 0.5% -
HSV(B) 58.95º 0.81% 0.84% -
XYZ 50.89 60.4 11.07 -
YUV 191.63 42.99 143.24 -
System Red Green Blue C M Y K H S L
Decimal 213 210 41 0 0.01 0.81 0.16 58.95 0.68 0.5
Hex D5 D2 29 0 1 51 10 3B 44 32
Octal 325 322 51 0 1 121 20 73 104 62
Binary 11010101 11010010 101001 0 1 1010001 10000 111011 1000100 110010

Color Harmonies of #D5D229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D229

Black with #D5D229

Text Example


Text Example

White with #D5D229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D229; }

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

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

background-color css

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

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

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

border-color css

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

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

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