Html Css Color HEX #DCC200 Bird Flower

📋 copy color: '#DCC200'

red 220 ◦ green 194 ◦ blue 0

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

Shades of Bird Flower #DCC200

Tints of Bird Flower #DCC200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.14%
G = 46.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCC200 (or 0xDCC200) is known color: Bird Flower. HEX triplet: DC, C2 and 00. RGB value is (220,194,0). Sum of RGB (Red+Green+Blue) = 220+194+0=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC200 is #233DFF. Grayscale: #B4B4B4. Windows color (decimal): -2309632 or 49884. OLE color: 49884.

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

Color convert

RGB 220 194 0 -
CMYK 0 0.12 1 0.14
HSL 52.91º 1% 0.43% -
HSV(B) 52.91º 1% 0.86% -
XYZ 48.81 53.8 7.81 -
YUV 179.66 26.61 156.77 -
System Red Green Blue C M Y K H S L
Decimal 220 194 0 0 0.12 1 0.14 52.91 1 0.43
Hex DC C2 0 0 C 64 E 35 64 2B
Octal 334 302 0 0 14 144 16 65 144 53
Binary 11011100 11000010 0 0 1100 1100100 1110 110101 1100100 101011

Color Harmonies of #DCC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC200

Black with #DCC200

Text Example


Text Example

White with #DCC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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