Html Css Color HEX #D0D031 Bitter Lemon

📋 copy color: '#D0D031'

red 208 ◦ green 208 ◦ blue 49

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

Shades of Bitter Lemon #D0D031

Tints of Bitter Lemon #D0D031

RGB

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

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

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

R = 44.73%
G = 44.73%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D0D031 (or 0xD0D031) is known color: Bitter Lemon. HEX triplet: D0, D0 and 31. RGB value is (208,208,49). Sum of RGB (Red+Green+Blue) = 208+208+49=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D031 is #2F2FCE. Grayscale: #BEBEBE. Windows color (decimal): -3092431 or 3264720. OLE color: 3264720.

HSL color Cylindrical-coordinate representation of color #D0D031: hue angle of 60º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0D031 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 208 49 -
CMYK 0 0 0.76 0.18
HSL 60º 0.63% 0.5% -
HSV(B) 60º 0.76% 0.82% -
XYZ 49.12 58.74 11.66 -
YUV 189.87 48.5 140.93 -
System Red Green Blue C M Y K H S L
Decimal 208 208 49 0 0 0.76 0.18 60 0.63 0.5
Hex D0 D0 31 0 0 4C 12 3C 3F 32
Octal 320 320 61 0 0 114 22 74 77 62
Binary 11010000 11010000 110001 0 0 1001100 10010 111100 111111 110010

Color Harmonies of #D0D031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D031

Black with #D0D031

Text Example


Text Example

White with #D0D031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D031; }

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

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

background-color css

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

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

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

border-color css

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

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

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