Html Css Color HEX #DCC021 Sunflower

📋 copy color: '#DCC021'

red 220 ◦ green 192 ◦ blue 33

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

Shades of Sunflower #DCC021

Tints of Sunflower #DCC021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.42%

R = 49.44%
G = 43.15%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCC021 (or 0xDCC021) is known color: Sunflower. HEX triplet: DC, C0 and 21. RGB value is (220,192,33). Sum of RGB (Red+Green+Blue) = 220+192+33=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC021 is #233FDE. Grayscale: #B6B6B6. Windows color (decimal): -2310111 or 2212060. OLE color: 2212060.

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

Color convert

RGB 220 192 33 -
CMYK 0 0.13 0.85 0.14
HSL 51.02º 0.74% 0.5% -
HSV(B) 51.02º 0.85% 0.86% -
XYZ 48.64 53.02 9.11 -
YUV 182.25 43.78 154.93 -
System Red Green Blue C M Y K H S L
Decimal 220 192 33 0 0.13 0.85 0.14 51.02 0.74 0.5
Hex DC C0 21 0 D 55 E 33 4A 32
Octal 334 300 41 0 15 125 16 63 112 62
Binary 11011100 11000000 100001 0 1101 1010101 1110 110011 1001010 110010

Color Harmonies of #DCC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC021

Black with #DCC021

Text Example


Text Example

White with #DCC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC021; }

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

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

background-color css

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

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

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

border-color css

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

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

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