Html Css Color HEX #DCD52F Bitter Lemon

📋 copy color: '#DCD52F'

red 220 ◦ green 213 ◦ blue 47

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

Shades of Bitter Lemon #DCD52F

Tints of Bitter Lemon #DCD52F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.38%

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

R = 45.83%
G = 44.38%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCD52F (or 0xDCD52F) is known color: Bitter Lemon. HEX triplet: DC, D5 and 2F. RGB value is (220,213,47). Sum of RGB (Red+Green+Blue) = 220+213+47=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD52F is #232AD0. Grayscale: #C4C4C4. Windows color (decimal): -2304721 or 3134940. OLE color: 3134940.

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

Color convert

RGB 220 213 47 -
CMYK 0 0.03 0.79 0.14
HSL 57.57º 0.71% 0.52% -
HSV(B) 57.57º 0.79% 0.86% -
XYZ 53.82 63.01 12.01 -
YUV 196.17 43.82 145 -
System Red Green Blue C M Y K H S L
Decimal 220 213 47 0 0.03 0.79 0.14 57.57 0.71 0.52
Hex DC D5 2F 0 3 4F E 3A 47 34
Octal 334 325 57 0 3 117 16 72 107 64
Binary 11011100 11010101 101111 0 11 1001111 1110 111010 1000111 110100

Color Harmonies of #DCD52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD52F

Black with #DCD52F

Text Example


Text Example

White with #DCD52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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