Html Css Color HEX #CCC400 Bird Flower

📋 copy color: '#CCC400'

red 204 ◦ green 196 ◦ blue 0

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

Shades of Bird Flower #CCC400

Tints of Bird Flower #CCC400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49%

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

R = 51%
G = 49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCC400 (or 0xCCC400) is known color: Bird Flower. HEX triplet: CC, C4 and 00. RGB value is (204,196,0). Sum of RGB (Red+Green+Blue) = 204+196+0=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC400 is #333BFF. Grayscale: #B0B0B0. Windows color (decimal): -3357696 or 50380. OLE color: 50380.

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

Color convert

RGB 204 196 0 -
CMYK 0 0.04 1 0.2
HSL 57.65º 1% 0.4% -
HSV(B) 57.65º 1% 0.8% -
XYZ 44.64 52.32 7.75 -
YUV 176.05 28.65 147.94 -
System Red Green Blue C M Y K H S L
Decimal 204 196 0 0 0.04 1 0.2 57.65 1 0.4
Hex CC C4 0 0 4 64 14 3A 64 28
Octal 314 304 0 0 4 144 24 72 144 50
Binary 11001100 11000100 0 0 100 1100100 10100 111010 1100100 101000

Color Harmonies of #CCC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC400

Black with #CCC400

Text Example


Text Example

White with #CCC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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