Html Css Color HEX #DCC024 Sunflower

📋 copy color: '#DCC024'

red 220 ◦ green 192 ◦ blue 36

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

Shades of Sunflower #DCC024

Tints of Sunflower #DCC024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.86%

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

R = 49.11%
G = 42.86%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCC024 (or 0xDCC024) is known color: Sunflower. HEX triplet: DC, C0 and 24. RGB value is (220,192,36). Sum of RGB (Red+Green+Blue) = 220+192+36=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC024 is #233FDB. Grayscale: #B7B7B7. Windows color (decimal): -2310108 or 2408668. OLE color: 2408668.

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

Color convert

RGB 220 192 36 -
CMYK 0 0.13 0.84 0.14
HSL 50.87º 0.72% 0.5% -
HSV(B) 50.87º 0.84% 0.86% -
XYZ 48.68 53.04 9.34 -
YUV 182.59 45.28 154.68 -
System Red Green Blue C M Y K H S L
Decimal 220 192 36 0 0.13 0.84 0.14 50.87 0.72 0.5
Hex DC C0 24 0 D 54 E 33 48 32
Octal 334 300 44 0 15 124 16 63 110 62
Binary 11011100 11000000 100100 0 1101 1010100 1110 110011 1001000 110010

Color Harmonies of #DCC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC024

Black with #DCC024

Text Example


Text Example

White with #DCC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC024; }

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

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

background-color css

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

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

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

border-color css

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

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

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