Html Css Color HEX #DCC201 Sunflower

📋 copy color: '#DCC201'

red 220 ◦ green 194 ◦ blue 1

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

Shades of Sunflower #DCC201

Tints of Sunflower #DCC201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.01%
G = 46.75%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCC201 (or 0xDCC201) is known color: Sunflower. HEX triplet: DC, C2 and 01. RGB value is (220,194,1). Sum of RGB (Red+Green+Blue) = 220+194+1=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC201 is #233DFE. Grayscale: #B4B4B4. Windows color (decimal): -2309631 or 115420. OLE color: 115420.

HSL color Cylindrical-coordinate representation of color #DCC201: hue angle of 52.88º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCC201 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 1 -
CMYK 0 0.12 1.00 0.14
HSL 52.88º 0.99% 0.43% -
HSV(B) 52.88º 1% 0.86% -
XYZ 48.81 53.8 7.84 -
YUV 179.77 27.11 156.69 -
System Red Green Blue C M Y K H S L
Decimal 220 194 1 0 0.12 1.00 0.14 52.88 0.99 0.43
Hex DC C2 1 0 C 64 E 35 63 2B
Octal 334 302 1 0 14 144 16 65 143 53
Binary 11011100 11000010 1 0 1100 1100100 1110 110101 1100011 101011

Color Harmonies of #DCC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC201

Black with #DCC201

Text Example


Text Example

White with #DCC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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