Html Css Color HEX #DCD724 Bitter Lemon

📋 copy color: '#DCD724'

red 220 ◦ green 215 ◦ blue 36

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

Shades of Bitter Lemon #DCD724

Tints of Bitter Lemon #DCD724

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.65%

 BLUE value IS 36 (14.45% from 255) = 7.64%

R = 46.71%
G = 45.65%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCD724 (or 0xDCD724) is known color: Bitter Lemon. HEX triplet: DC, D7 and 24. RGB value is (220,215,36). Sum of RGB (Red+Green+Blue) = 220+215+36=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD724 is #2328DB. Grayscale: #C4C4C4. Windows color (decimal): -2304220 or 2414556. OLE color: 2414556.

HSL color Cylindrical-coordinate representation of color #DCD724: hue angle of 58.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCD724 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 36 -
CMYK 0 0.02 0.84 0.14
HSL 58.37º 0.72% 0.5% -
HSV(B) 58.37º 0.84% 0.86% -
XYZ 54.13 63.94 11.16 -
YUV 196.09 37.66 145.05 -
System Red Green Blue C M Y K H S L
Decimal 220 215 36 0 0.02 0.84 0.14 58.37 0.72 0.5
Hex DC D7 24 0 2 54 E 3A 48 32
Octal 334 327 44 0 2 124 16 72 110 62
Binary 11011100 11010111 100100 0 10 1010100 1110 111010 1001000 110010

Color Harmonies of #DCD724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD724

Black with #DCD724

Text Example


Text Example

White with #DCD724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD724; }

 p { color: rgb(220,215,36); }

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

background-color css

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

 a { background-color: rgb(220,215,36); }

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

border-color css

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

 span { border-color: rgb(220,215,36); }

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