Html Css Color HEX #D5CF2F Bitter Lemon

📋 copy color: '#D5CF2F'

red 213 ◦ green 207 ◦ blue 47

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

Shades of Bitter Lemon #D5CF2F

Tints of Bitter Lemon #D5CF2F

RGB

 RED value IS 213 (83.59% from 255) = 45.61%

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

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

R = 45.61%
G = 44.33%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5CF2F (or 0xD5CF2F) is known color: Bitter Lemon. HEX triplet: D5, CF and 2F. RGB value is (213,207,47). Sum of RGB (Red+Green+Blue) = 213+207+47=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF2F is #2A30D0. Grayscale: #BFBFBF. Windows color (decimal): -2765009 or 3133397. OLE color: 3133397.

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

Color convert

RGB 213 207 47 -
CMYK 0 0.03 0.78 0.16
HSL 57.83º 0.66% 0.51% -
HSV(B) 57.83º 0.78% 0.84% -
XYZ 50.27 58.98 11.42 -
YUV 190.55 46.99 144.01 -
System Red Green Blue C M Y K H S L
Decimal 213 207 47 0 0.03 0.78 0.16 57.83 0.66 0.51
Hex D5 CF 2F 0 3 4E 10 3A 42 33
Octal 325 317 57 0 3 116 20 72 102 63
Binary 11010101 11001111 101111 0 11 1001110 10000 111010 1000010 110011

Color Harmonies of #D5CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF2F

Black with #D5CF2F

Text Example


Text Example

White with #D5CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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