Html Css Color HEX #DCC301 Bird Flower

📋 copy color: '#DCC301'

red 220 ◦ green 195 ◦ blue 1

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

Shades of Bird Flower #DCC301

Tints of Bird Flower #DCC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.88%

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

R = 52.88%
G = 46.88%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCC301 (or 0xDCC301) is known color: Bird Flower. HEX triplet: DC, C3 and 01. RGB value is (220,195,1). Sum of RGB (Red+Green+Blue) = 220+195+1=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC301 is #233CFE. Grayscale: #B5B5B5. Windows color (decimal): -2309375 or 115676. OLE color: 115676.

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

Color convert

RGB 220 195 1 -
CMYK 0 0.11 1.00 0.14
HSL 53.15º 0.99% 0.43% -
HSV(B) 53.15º 1% 0.86% -
XYZ 49.04 54.25 7.92 -
YUV 180.36 26.78 156.27 -
System Red Green Blue C M Y K H S L
Decimal 220 195 1 0 0.11 1.00 0.14 53.15 0.99 0.43
Hex DC C3 1 0 B 64 E 35 63 2B
Octal 334 303 1 0 13 144 16 65 143 53
Binary 11011100 11000011 1 0 1011 1100100 1110 110101 1100011 101011

Color Harmonies of #DCC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC301

Black with #DCC301

Text Example


Text Example

White with #DCC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC301; }

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

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

background-color css

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

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

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

border-color css

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

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

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