Html Css Color HEX #DCC224 Sunflower

📋 copy color: '#DCC224'

red 220 ◦ green 194 ◦ blue 36

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

Shades of Sunflower #DCC224

Tints of Sunflower #DCC224

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

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

R = 48.89%
G = 43.11%
B = 8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCC224 (or 0xDCC224) is known color: Sunflower. HEX triplet: DC, C2 and 24. RGB value is (220,194,36). Sum of RGB (Red+Green+Blue) = 220+194+36=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC224 is #233DDB. Grayscale: #B8B8B8. Windows color (decimal): -2309596 or 2409180. OLE color: 2409180.

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

Color convert

RGB 220 194 36 -
CMYK 0 0.12 0.84 0.14
HSL 51.52º 0.72% 0.5% -
HSV(B) 51.52º 0.84% 0.86% -
XYZ 49.13 53.93 9.49 -
YUV 183.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 220 194 36 0 0.12 0.84 0.14 51.52 0.72 0.5
Hex DC C2 24 0 C 54 E 34 48 32
Octal 334 302 44 0 14 124 16 64 110 62
Binary 11011100 11000010 100100 0 1100 1010100 1110 110100 1001000 110010

Color Harmonies of #DCC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC224

Black with #DCC224

Text Example


Text Example

White with #DCC224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC224; }

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

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

background-color css

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

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

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

border-color css

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

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

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