Html Css Color HEX #D4CF2E Bitter Lemon

📋 copy color: '#D4CF2E'

red 212 ◦ green 207 ◦ blue 46

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

Shades of Bitter Lemon #D4CF2E

Tints of Bitter Lemon #D4CF2E

RGB

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

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

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

R = 45.59%
G = 44.52%
B = 9.89%

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

#D4CF2E (or 0xD4CF2E) is known color: Bitter Lemon. HEX triplet: D4, CF and 2E. RGB value is (212,207,46). Sum of RGB (Red+Green+Blue) = 212+207+46=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF2E is #2B30D1. Grayscale: #BEBEBE. Windows color (decimal): -2830546 or 3067860. OLE color: 3067860.

HSL color Cylindrical-coordinate representation of color #D4CF2E: hue angle of 58.19º 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 #D4CF2E is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 207 46 -
CMYK 0 0.02 0.78 0.17
HSL 58.19º 0.66% 0.51% -
HSV(B) 58.19º 0.78% 0.83% -
XYZ 49.96 58.82 11.31 -
YUV 190.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 212 207 46 0 0.02 0.78 0.17 58.19 0.66 0.51
Hex D4 CF 2E 0 2 4E 11 3A 42 33
Octal 324 317 56 0 2 116 21 72 102 63
Binary 11010100 11001111 101110 0 10 1001110 10001 111010 1000010 110011

Color Harmonies of #D4CF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF2E

Black with #D4CF2E

Text Example


Text Example

White with #D4CF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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