Html Css Color HEX #CCC200 Bird Flower

📋 copy color: '#CCC200'

red 204 ◦ green 194 ◦ blue 0

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

Shades of Bird Flower #CCC200

Tints of Bird Flower #CCC200

RGB

 RED value IS 204 (80.08% from 255) = 51.26%

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

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

R = 51.26%
G = 48.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCC200 (or 0xCCC200) is known color: Bird Flower. HEX triplet: CC, C2 and 00. RGB value is (204,194,0). Sum of RGB (Red+Green+Blue) = 204+194+0=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC200 is #333DFF. Grayscale: #AFAFAF. Windows color (decimal): -3358208 or 49868. OLE color: 49868.

HSL color Cylindrical-coordinate representation of color #CCC200: hue angle of 57.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCC200 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 0 -
CMYK 0 0.05 1 0.2
HSL 57.06º 1% 0.4% -
HSV(B) 57.06º 1% 0.8% -
XYZ 44.19 51.42 7.6 -
YUV 174.87 29.31 148.77 -
System Red Green Blue C M Y K H S L
Decimal 204 194 0 0 0.05 1 0.2 57.06 1 0.4
Hex CC C2 0 0 5 64 14 39 64 28
Octal 314 302 0 0 5 144 24 71 144 50
Binary 11001100 11000010 0 0 101 1100100 10100 111001 1100100 101000

Color Harmonies of #CCC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC200

Black with #CCC200

Text Example


Text Example

White with #CCC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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