Html Css Color HEX #D0DC31 Bitter Lemon

📋 copy color: '#D0DC31'

red 208 ◦ green 220 ◦ blue 49

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

Shades of Bitter Lemon #D0DC31

Tints of Bitter Lemon #D0DC31

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

 BLUE value IS 49 (19.53% from 255) = 10.27%

R = 43.61%
G = 46.12%
B = 10.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#D0DC31 (or 0xD0DC31) is known color: Bitter Lemon. HEX triplet: D0, DC and 31. RGB value is (208,220,49). Sum of RGB (Red+Green+Blue) = 208+220+49=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC31 is #2F23CE. Grayscale: #C5C5C5. Windows color (decimal): -3089359 or 3267792. OLE color: 3267792.

HSL color Cylindrical-coordinate representation of color #D0DC31: hue angle of 64.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0DC31 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 49 -
CMYK 0.05 0 0.78 0.14
HSL 64.21º 0.71% 0.53% -
HSV(B) 64.21º 0.78% 0.86% -
XYZ 52.16 64.82 12.67 -
YUV 196.92 44.52 135.9 -
System Red Green Blue C M Y K H S L
Decimal 208 220 49 0.05 0 0.78 0.14 64.21 0.71 0.53
Hex D0 DC 31 5 0 4E E 40 47 35
Octal 320 334 61 5 0 116 16 100 107 65
Binary 11010000 11011100 110001 101 0 1001110 1110 1000000 1000111 110101

Color Harmonies of #D0DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC31

Black with #D0DC31

Text Example


Text Example

White with #D0DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC31; }

 p { color: rgb(208,220,49); }

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

background-color css

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

 a { background-color: rgb(208,220,49); }

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

border-color css

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

 span { border-color: rgb(208,220,49); }

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