Html Css Color HEX #DCC600 Bird Flower

📋 copy color: '#DCC600'

red 220 ◦ green 198 ◦ blue 0

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

Shades of Bird Flower #DCC600

Tints of Bird Flower #DCC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.37%

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

R = 52.63%
G = 47.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCC600 (or 0xDCC600) is known color: Bird Flower. HEX triplet: DC, C6 and 00. RGB value is (220,198,0). Sum of RGB (Red+Green+Blue) = 220+198+0=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC600 is #2339FF. Grayscale: #B6B6B6. Windows color (decimal): -2308608 or 50908. OLE color: 50908.

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

Color convert

RGB 220 198 0 -
CMYK 0 0.1 1 0.14
HSL 54º 1% 0.43% -
HSV(B) 54º 1% 0.86% -
XYZ 49.71 55.6 8.11 -
YUV 182.01 25.29 155.1 -
System Red Green Blue C M Y K H S L
Decimal 220 198 0 0 0.1 1 0.14 54 1 0.43
Hex DC C6 0 0 A 64 E 36 64 2B
Octal 334 306 0 0 12 144 16 66 144 53
Binary 11011100 11000110 0 0 1010 1100100 1110 110110 1100100 101011

Color Harmonies of #DCC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC600

Black with #DCC600

Text Example


Text Example

White with #DCC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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