Html Css Color HEX #DCC424 Sunflower

📋 copy color: '#DCC424'

red 220 ◦ green 196 ◦ blue 36

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

Shades of Sunflower #DCC424

Tints of Sunflower #DCC424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.36%

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

R = 48.67%
G = 43.36%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCC424 (or 0xDCC424) is known color: Sunflower. HEX triplet: DC, C4 and 24. RGB value is (220,196,36). Sum of RGB (Red+Green+Blue) = 220+196+36=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC424 is #233BDB. Grayscale: #B9B9B9. Windows color (decimal): -2309084 or 2409692. OLE color: 2409692.

HSL color Cylindrical-coordinate representation of color #DCC424: hue angle of 52.17º 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 #DCC424 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 36 -
CMYK 0 0.11 0.84 0.14
HSL 52.17º 0.72% 0.5% -
HSV(B) 52.17º 0.84% 0.86% -
XYZ 49.57 54.82 9.64 -
YUV 184.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 220 196 36 0 0.11 0.84 0.14 52.17 0.72 0.5
Hex DC C4 24 0 B 54 E 34 48 32
Octal 334 304 44 0 13 124 16 64 110 62
Binary 11011100 11000100 100100 0 1011 1010100 1110 110100 1001000 110010

Color Harmonies of #DCC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC424

Black with #DCC424

Text Example


Text Example

White with #DCC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC424; }

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

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

background-color css

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

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

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

border-color css

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

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

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