Html Css Color HEX #D0CD2E Bitter Lemon

📋 copy color: '#D0CD2E'

red 208 ◦ green 205 ◦ blue 46

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

Shades of Bitter Lemon #D0CD2E

Tints of Bitter Lemon #D0CD2E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

 BLUE value IS 46 (18.36% from 255) = 10.02%

R = 45.32%
G = 44.66%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0CD2E (or 0xD0CD2E) is known color: Bitter Lemon. HEX triplet: D0, CD and 2E. RGB value is (208,205,46). Sum of RGB (Red+Green+Blue) = 208+205+46=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD2E is #2F32D1. Grayscale: #BCBCBC. Windows color (decimal): -3093202 or 3067344. OLE color: 3067344.

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

Color convert

RGB 208 205 46 -
CMYK 0 0.01 0.78 0.18
HSL 58.89º 0.64% 0.5% -
HSV(B) 58.89º 0.78% 0.82% -
XYZ 48.34 57.27 11.09 -
YUV 187.77 47.99 142.43 -
System Red Green Blue C M Y K H S L
Decimal 208 205 46 0 0.01 0.78 0.18 58.89 0.64 0.5
Hex D0 CD 2E 0 1 4E 12 3B 40 32
Octal 320 315 56 0 1 116 22 73 100 62
Binary 11010000 11001101 101110 0 1 1001110 10010 111011 1000000 110010

Color Harmonies of #D0CD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD2E

Black with #D0CD2E

Text Example


Text Example

White with #D0CD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD2E; }

 p { color: rgb(208,205,46); }

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

background-color css

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

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

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

border-color css

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

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

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