Html Css Color HEX #DCC401 Bird Flower

📋 copy color: '#DCC401'

red 220 ◦ green 196 ◦ blue 1

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

Shades of Bird Flower #DCC401

Tints of Bird Flower #DCC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47%

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

R = 52.76%
G = 47%
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

#DCC401 (or 0xDCC401) is known color: Bird Flower. HEX triplet: DC, C4 and 01. RGB value is (220,196,1). Sum of RGB (Red+Green+Blue) = 220+196+1=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC401 is #233BFE. Grayscale: #B5B5B5. Windows color (decimal): -2309119 or 115932. OLE color: 115932.

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

Color convert

RGB 220 196 1 -
CMYK 0 0.11 1.00 0.14
HSL 53.42º 0.99% 0.43% -
HSV(B) 53.42º 1% 0.86% -
XYZ 49.26 54.7 7.99 -
YUV 180.95 26.45 155.86 -
System Red Green Blue C M Y K H S L
Decimal 220 196 1 0 0.11 1.00 0.14 53.42 0.99 0.43
Hex DC C4 1 0 B 64 E 35 63 2B
Octal 334 304 1 0 13 144 16 65 143 53
Binary 11011100 11000100 1 0 1011 1100100 1110 110101 1100011 101011

Color Harmonies of #DCC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC401

Black with #DCC401

Text Example


Text Example

White with #DCC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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