Html Css Color HEX #D1CD2F Bitter Lemon

📋 copy color: '#D1CD2F'

red 209 ◦ green 205 ◦ blue 47

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

Shades of Bitter Lemon #D1CD2F

Tints of Bitter Lemon #D1CD2F

RGB

 RED value IS 209 (82.03% from 255) = 45.34%

 GREEN value IS 205 (80.47% from 255) = 44.47%

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

R = 45.34%
G = 44.47%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1CD2F (or 0xD1CD2F) is known color: Bitter Lemon. HEX triplet: D1, CD and 2F. RGB value is (209,205,47). Sum of RGB (Red+Green+Blue) = 209+205+47=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD2F is #2E32D0. Grayscale: #BCBCBC. Windows color (decimal): -3027665 or 3132881. OLE color: 3132881.

HSL color Cylindrical-coordinate representation of color #D1CD2F: hue angle of 58.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1CD2F is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 205 47 -
CMYK 0 0.02 0.78 0.18
HSL 58.52º 0.64% 0.5% -
HSV(B) 58.52º 0.78% 0.82% -
XYZ 48.64 57.42 11.21 -
YUV 188.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 209 205 47 0 0.02 0.78 0.18 58.52 0.64 0.5
Hex D1 CD 2F 0 2 4E 12 3B 40 32
Octal 321 315 57 0 2 116 22 73 100 62
Binary 11010001 11001101 101111 0 10 1001110 10010 111011 1000000 110010

Color Harmonies of #D1CD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD2F

Black with #D1CD2F

Text Example


Text Example

White with #D1CD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD2F; }

 p { color: rgb(209,205,47); }

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

background-color css

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

 a { background-color: rgb(209,205,47); }

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

border-color css

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

 span { border-color: rgb(209,205,47); }

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