Html Css Color HEX #D0D929 Bitter Lemon

📋 copy color: '#D0D929'

red 208 ◦ green 217 ◦ blue 41

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

Shades of Bitter Lemon #D0D929

Tints of Bitter Lemon #D0D929

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.57%

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

R = 44.64%
G = 46.57%
B = 8.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D0D929 (or 0xD0D929) is known color: Bitter Lemon. HEX triplet: D0, D9 and 29. RGB value is (208,217,41). Sum of RGB (Red+Green+Blue) = 208+217+41=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 41 (16.41% from 255 or 8.80% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D929 is #2F26D6. Grayscale: #C2C2C2. Windows color (decimal): -3090135 or 2742736. OLE color: 2742736.

HSL color Cylindrical-coordinate representation of color #D0D929: hue angle of 63.07º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0D929 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 217 41 -
CMYK 0.04 0 0.81 0.15
HSL 63.07º 0.7% 0.51% -
HSV(B) 63.07º 0.81% 0.85% -
XYZ 51.23 63.2 11.6 -
YUV 194.25 41.52 137.81 -
System Red Green Blue C M Y K H S L
Decimal 208 217 41 0.04 0 0.81 0.15 63.07 0.7 0.51
Hex D0 D9 29 4 0 51 F 3F 46 33
Octal 320 331 51 4 0 121 17 77 106 63
Binary 11010000 11011001 101001 100 0 1010001 1111 111111 1000110 110011

Color Harmonies of #D0D929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D929

Black with #D0D929

Text Example


Text Example

White with #D0D929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D929; }

 p { color: rgb(208,217,41); }

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

background-color css

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

 a { background-color: rgb(208,217,41); }

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

border-color css

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

 span { border-color: rgb(208,217,41); }

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