Html Css Color HEX #D4CF2F Bitter Lemon

📋 copy color: '#D4CF2F'

red 212 ◦ green 207 ◦ blue 47

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

Shades of Bitter Lemon #D4CF2F

Tints of Bitter Lemon #D4CF2F

RGB

 RED value IS 212 (83.2% from 255) = 45.49%

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

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

R = 45.49%
G = 44.42%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4CF2F (or 0xD4CF2F) is known color: Bitter Lemon. HEX triplet: D4, CF and 2F. RGB value is (212,207,47). Sum of RGB (Red+Green+Blue) = 212+207+47=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF2F is #2B30D0. Grayscale: #BEBEBE. Windows color (decimal): -2830545 or 3133396. OLE color: 3133396.

HSL color Cylindrical-coordinate representation of color #D4CF2F: hue angle of 58.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4CF2F is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 207 47 -
CMYK 0 0.02 0.78 0.17
HSL 58.18º 0.66% 0.51% -
HSV(B) 58.18º 0.78% 0.83% -
XYZ 49.98 58.83 11.41 -
YUV 190.26 47.16 143.51 -
System Red Green Blue C M Y K H S L
Decimal 212 207 47 0 0.02 0.78 0.17 58.18 0.66 0.51
Hex D4 CF 2F 0 2 4E 11 3A 42 33
Octal 324 317 57 0 2 116 21 72 102 63
Binary 11010100 11001111 101111 0 10 1001110 10001 111010 1000010 110011

Color Harmonies of #D4CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF2F

Black with #D4CF2F

Text Example


Text Example

White with #D4CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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