Html Css Color HEX #D0CF2F Bitter Lemon

📋 copy color: '#D0CF2F'

red 208 ◦ green 207 ◦ blue 47

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

Shades of Bitter Lemon #D0CF2F

Tints of Bitter Lemon #D0CF2F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.81%

 BLUE value IS 47 (18.75% from 255) = 10.17%

R = 45.02%
G = 44.81%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0CF2F (or 0xD0CF2F) is known color: Bitter Lemon. HEX triplet: D0, CF and 2F. RGB value is (208,207,47). Sum of RGB (Red+Green+Blue) = 208+207+47=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF2F is #2F30D0. Grayscale: #BDBDBD. Windows color (decimal): -3092689 or 3133392. OLE color: 3133392.

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

Color convert

RGB 208 207 47 -
CMYK 0 0.00 0.77 0.18
HSL 59.63º 0.63% 0.5% -
HSV(B) 59.63º 0.77% 0.82% -
XYZ 48.84 58.24 11.36 -
YUV 189.06 47.83 141.51 -
System Red Green Blue C M Y K H S L
Decimal 208 207 47 0 0.00 0.77 0.18 59.63 0.63 0.5
Hex D0 CF 2F 0 0 4D 12 3C 3F 32
Octal 320 317 57 0 0 115 22 74 77 62
Binary 11010000 11001111 101111 0 0 1001101 10010 111100 111111 110010

Color Harmonies of #D0CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF2F

Black with #D0CF2F

Text Example


Text Example

White with #D0CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF2F; }

 p { color: rgb(208,207,47); }

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

background-color css

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

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

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

border-color css

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

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

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