Html Css Color HEX #D0D639 Bitter Lemon

📋 copy color: '#D0D639'

red 208 ◦ green 214 ◦ blue 57

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

Shades of Bitter Lemon #D0D639

Tints of Bitter Lemon #D0D639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.9%

R = 43.42%
G = 44.68%
B = 11.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D0D639 (or 0xD0D639) is known color: Bitter Lemon. HEX triplet: D0, D6 and 39. RGB value is (208,214,57). Sum of RGB (Red+Green+Blue) = 208+214+57=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 57 (22.66% from 255 or 11.90% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D639 is #2F29C6. Grayscale: #C2C2C2. Windows color (decimal): -3090887 or 3790544. OLE color: 3790544.

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

Color convert

RGB 208 214 57 -
CMYK 0.03 0 0.73 0.16
HSL 62.29º 0.66% 0.53% -
HSV(B) 62.29º 0.73% 0.84% -
XYZ 50.8 61.8 13.12 -
YUV 194.31 50.51 137.77 -
System Red Green Blue C M Y K H S L
Decimal 208 214 57 0.03 0 0.73 0.16 62.29 0.66 0.53
Hex D0 D6 39 3 0 49 10 3E 42 35
Octal 320 326 71 3 0 111 20 76 102 65
Binary 11010000 11010110 111001 11 0 1001001 10000 111110 1000010 110101

Color Harmonies of #D0D639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D639

Black with #D0D639

Text Example


Text Example

White with #D0D639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D639; }

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

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

background-color css

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

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

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

border-color css

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

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

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