Html Css Color HEX #DCD32D Bitter Lemon

📋 copy color: '#DCD32D'

red 220 ◦ green 211 ◦ blue 45

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

Shades of Bitter Lemon #DCD32D

Tints of Bitter Lemon #DCD32D

RGB

 RED value IS 220 (86.33% from 255) = 46.22%

 GREEN value IS 211 (82.81% from 255) = 44.33%

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

R = 46.22%
G = 44.33%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCD32D (or 0xDCD32D) is known color: Bitter Lemon. HEX triplet: DC, D3 and 2D. RGB value is (220,211,45). Sum of RGB (Red+Green+Blue) = 220+211+45=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD32D is #232CD2. Grayscale: #C3C3C3. Windows color (decimal): -2305235 or 3003356. OLE color: 3003356.

HSL color Cylindrical-coordinate representation of color #DCD32D: hue angle of 56.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCD32D is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 45 -
CMYK 0 0.04 0.80 0.14
HSL 56.91º 0.71% 0.52% -
HSV(B) 56.91º 0.8% 0.86% -
XYZ 53.28 61.99 11.64 -
YUV 194.77 43.48 146 -
System Red Green Blue C M Y K H S L
Decimal 220 211 45 0 0.04 0.80 0.14 56.91 0.71 0.52
Hex DC D3 2D 0 4 50 E 39 47 34
Octal 334 323 55 0 4 120 16 71 107 64
Binary 11011100 11010011 101101 0 100 1010000 1110 111001 1000111 110100

Color Harmonies of #DCD32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD32D

Black with #DCD32D

Text Example


Text Example

White with #DCD32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD32D; }

 p { color: rgb(220,211,45); }

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

background-color css

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

 a { background-color: rgb(220,211,45); }

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

border-color css

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

 span { border-color: rgb(220,211,45); }

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