Html Css Color HEX #DCC300 Bird Flower

📋 copy color: '#DCC300'

red 220 ◦ green 195 ◦ blue 0

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

Shades of Bird Flower #DCC300

Tints of Bird Flower #DCC300

RGB

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

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

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

R = 53.01%
G = 46.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCC300 (or 0xDCC300) is known color: Bird Flower. HEX triplet: DC, C3 and 00. RGB value is (220,195,0). Sum of RGB (Red+Green+Blue) = 220+195+0=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC300 is #233CFF. Grayscale: #B5B5B5. Windows color (decimal): -2309376 or 50140. OLE color: 50140.

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

Color convert

RGB 220 195 0 -
CMYK 0 0.11 1 0.14
HSL 53.18º 1% 0.43% -
HSV(B) 53.18º 1% 0.86% -
XYZ 49.03 54.25 7.89 -
YUV 180.25 26.28 156.36 -
System Red Green Blue C M Y K H S L
Decimal 220 195 0 0 0.11 1 0.14 53.18 1 0.43
Hex DC C3 0 0 B 64 E 35 64 2B
Octal 334 303 0 0 13 144 16 65 144 53
Binary 11011100 11000011 0 0 1011 1100100 1110 110101 1100100 101011

Color Harmonies of #DCC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC300

Black with #DCC300

Text Example


Text Example

White with #DCC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC300; }

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

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

background-color css

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

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

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

border-color css

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

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

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