Html Css Color HEX #D0D239 Bitter Lemon

📋 copy color: '#D0D239'

red 208 ◦ green 210 ◦ blue 57

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

Shades of Bitter Lemon #D0D239

Tints of Bitter Lemon #D0D239

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

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

R = 43.79%
G = 44.21%
B = 12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D0D239 (or 0xD0D239) is known color: Bitter Lemon. HEX triplet: D0, D2 and 39. RGB value is (208,210,57). Sum of RGB (Red+Green+Blue) = 208+210+57=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 57 (22.66% from 255 or 12% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D239 is #2F2DC6. Grayscale: #C0C0C0. Windows color (decimal): -3091911 or 3789520. OLE color: 3789520.

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

Color convert

RGB 208 210 57 -
CMYK 0.01 0 0.73 0.18
HSL 60.78º 0.63% 0.52% -
HSV(B) 60.78º 0.73% 0.82% -
XYZ 49.8 59.8 12.79 -
YUV 191.96 51.84 139.44 -
System Red Green Blue C M Y K H S L
Decimal 208 210 57 0.01 0 0.73 0.18 60.78 0.63 0.52
Hex D0 D2 39 1 0 49 12 3D 3F 34
Octal 320 322 71 1 0 111 22 75 77 64
Binary 11010000 11010010 111001 1 0 1001001 10010 111101 111111 110100

Color Harmonies of #D0D239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D239

Black with #D0D239

Text Example


Text Example

White with #D0D239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D239; }

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

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

background-color css

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

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

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

border-color css

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

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

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