Html Css Color HEX #CCC000 Bird Flower

📋 copy color: '#CCC000'

red 204 ◦ green 192 ◦ blue 0

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

Shades of Bird Flower #CCC000

Tints of Bird Flower #CCC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

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

R = 51.52%
G = 48.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCC000 (or 0xCCC000) is known color: Bird Flower. HEX triplet: CC, C0 and 00. RGB value is (204,192,0). Sum of RGB (Red+Green+Blue) = 204+192+0=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC000 is #333FFF. Grayscale: #AEAEAE. Windows color (decimal): -3358720 or 49356. OLE color: 49356.

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

Color convert

RGB 204 192 0 -
CMYK 0 0.06 1 0.2
HSL 56.47º 1% 0.4% -
HSV(B) 56.47º 1% 0.8% -
XYZ 43.75 50.54 7.45 -
YUV 173.7 29.98 149.61 -
System Red Green Blue C M Y K H S L
Decimal 204 192 0 0 0.06 1 0.2 56.47 1 0.4
Hex CC C0 0 0 6 64 14 38 64 28
Octal 314 300 0 0 6 144 24 70 144 50
Binary 11001100 11000000 0 0 110 1100100 10100 111000 1100100 101000

Color Harmonies of #CCC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC000

Black with #CCC000

Text Example


Text Example

White with #CCC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC000; }

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

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

background-color css

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

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

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

border-color css

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

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

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