Html Css Color HEX #D5CF2D Bitter Lemon

📋 copy color: '#D5CF2D'

red 213 ◦ green 207 ◦ blue 45

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

Shades of Bitter Lemon #D5CF2D

Tints of Bitter Lemon #D5CF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.68%

R = 45.81%
G = 44.52%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5CF2D (or 0xD5CF2D) is known color: Bitter Lemon. HEX triplet: D5, CF and 2D. RGB value is (213,207,45). Sum of RGB (Red+Green+Blue) = 213+207+45=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF2D is #2A30D2. Grayscale: #BEBEBE. Windows color (decimal): -2765011 or 3002325. OLE color: 3002325.

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

Color convert

RGB 213 207 45 -
CMYK 0 0.03 0.79 0.16
HSL 57.86º 0.67% 0.51% -
HSV(B) 57.86º 0.79% 0.84% -
XYZ 50.23 58.96 11.22 -
YUV 190.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 213 207 45 0 0.03 0.79 0.16 57.86 0.67 0.51
Hex D5 CF 2D 0 3 4F 10 3A 43 33
Octal 325 317 55 0 3 117 20 72 103 63
Binary 11010101 11001111 101101 0 11 1001111 10000 111010 1000011 110011

Color Harmonies of #D5CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF2D

Black with #D5CF2D

Text Example


Text Example

White with #D5CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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