Html Css Color HEX #DCC801 Bird Flower

📋 copy color: '#DCC801'

red 220 ◦ green 200 ◦ blue 1

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

Shades of Bird Flower #DCC801

Tints of Bird Flower #DCC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.51%

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

R = 52.26%
G = 47.51%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCC801 (or 0xDCC801) is known color: Bird Flower. HEX triplet: DC, C8 and 01. RGB value is (220,200,1). Sum of RGB (Red+Green+Blue) = 220+200+1=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC801 is #2337FE. Grayscale: #B8B8B8. Windows color (decimal): -2308095 or 116956. OLE color: 116956.

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

Color convert

RGB 220 200 1 -
CMYK 0 0.09 1.00 0.14
HSL 54.52º 0.99% 0.43% -
HSV(B) 54.52º 1% 0.86% -
XYZ 50.17 56.53 8.29 -
YUV 183.29 25.13 154.18 -
System Red Green Blue C M Y K H S L
Decimal 220 200 1 0 0.09 1.00 0.14 54.52 0.99 0.43
Hex DC C8 1 0 9 64 E 37 63 2B
Octal 334 310 1 0 11 144 16 67 143 53
Binary 11011100 11001000 1 0 1001 1100100 1110 110111 1100011 101011

Color Harmonies of #DCC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC801

Black with #DCC801

Text Example


Text Example

White with #DCC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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