Html Css Color HEX #D0CF34 Bitter Lemon

📋 copy color: '#D0CF34'

red 208 ◦ green 207 ◦ blue 52

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

Shades of Bitter Lemon #D0CF34

Tints of Bitter Lemon #D0CF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 44.54%
G = 44.33%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0CF34 (or 0xD0CF34) is known color: Bitter Lemon. HEX triplet: D0, CF and 34. RGB value is (208,207,52). Sum of RGB (Red+Green+Blue) = 208+207+52=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF34 is #2F30CB. Grayscale: #BEBEBE. Windows color (decimal): -3092684 or 3461072. OLE color: 3461072.

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

Color convert

RGB 208 207 52 -
CMYK 0 0.00 0.75 0.18
HSL 59.62º 0.62% 0.51% -
HSV(B) 59.62º 0.75% 0.82% -
XYZ 48.95 58.28 11.92 -
YUV 189.63 50.33 141.1 -
System Red Green Blue C M Y K H S L
Decimal 208 207 52 0 0.00 0.75 0.18 59.62 0.62 0.51
Hex D0 CF 34 0 0 4B 12 3C 3E 33
Octal 320 317 64 0 0 113 22 74 76 63
Binary 11010000 11001111 110100 0 0 1001011 10010 111100 111110 110011

Color Harmonies of #D0CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF34

Black with #D0CF34

Text Example


Text Example

White with #D0CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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