Html Css Color HEX #DCCC01 Bird Flower

📋 copy color: '#DCCC01'

red 220 ◦ green 204 ◦ blue 1

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

Shades of Bird Flower #DCCC01

Tints of Bird Flower #DCCC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48%

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

R = 51.76%
G = 48%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCCC01 (or 0xDCCC01) is known color: Bird Flower. HEX triplet: DC, CC and 01. RGB value is (220,204,1). Sum of RGB (Red+Green+Blue) = 220+204+1=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC01 is #2333FE. Grayscale: #BABABA. Windows color (decimal): -2307071 or 117980. OLE color: 117980.

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

Color convert

RGB 220 204 1 -
CMYK 0 0.07 1.00 0.14
HSL 55.62º 0.99% 0.43% -
HSV(B) 55.62º 1% 0.86% -
XYZ 51.11 58.4 8.61 -
YUV 185.64 23.8 152.51 -
System Red Green Blue C M Y K H S L
Decimal 220 204 1 0 0.07 1.00 0.14 55.62 0.99 0.43
Hex DC CC 1 0 7 64 E 38 63 2B
Octal 334 314 1 0 7 144 16 70 143 53
Binary 11011100 11001100 1 0 111 1100100 1110 111000 1100011 101011

Color Harmonies of #DCCC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC01

Black with #DCCC01

Text Example


Text Example

White with #DCCC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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