Html Css Color HEX #D0D636 Bitter Lemon

📋 copy color: '#D0D636'

red 208 ◦ green 214 ◦ blue 54

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

Shades of Bitter Lemon #D0D636

Tints of Bitter Lemon #D0D636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

 BLUE value IS 54 (21.48% from 255) = 11.34%

R = 43.7%
G = 44.96%
B = 11.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D0D636 (or 0xD0D636) is known color: Bitter Lemon. HEX triplet: D0, D6 and 36. RGB value is (208,214,54). Sum of RGB (Red+Green+Blue) = 208+214+54=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 54 (21.48% from 255 or 11.34% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D636 is #2F29C9. Grayscale: #C2C2C2. Windows color (decimal): -3090890 or 3593936. OLE color: 3593936.

HSL color Cylindrical-coordinate representation of color #D0D636: hue angle of 62.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0D636 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 54 -
CMYK 0.03 0 0.75 0.16
HSL 62.25º 0.66% 0.53% -
HSV(B) 62.25º 0.75% 0.84% -
XYZ 50.72 61.77 12.74 -
YUV 193.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 208 214 54 0.03 0 0.75 0.16 62.25 0.66 0.53
Hex D0 D6 36 3 0 4B 10 3E 42 35
Octal 320 326 66 3 0 113 20 76 102 65
Binary 11010000 11010110 110110 11 0 1001011 10000 111110 1000010 110101

Color Harmonies of #D0D636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D636

Black with #D0D636

Text Example


Text Example

White with #D0D636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D636; }

 p { color: rgb(208,214,54); }

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

background-color css

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

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

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

border-color css

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

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

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