Html Css Color HEX #CCC100 Bird Flower

📋 copy color: '#CCC100'

red 204 ◦ green 193 ◦ blue 0

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

Shades of Bird Flower #CCC100

Tints of Bird Flower #CCC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.61%

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

R = 51.39%
G = 48.61%
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

#CCC100 (or 0xCCC100) is known color: Bird Flower. HEX triplet: CC, C1 and 00. RGB value is (204,193,0). Sum of RGB (Red+Green+Blue) = 204+193+0=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC100 is #333EFF. Grayscale: #AFAFAF. Windows color (decimal): -3358464 or 49612. OLE color: 49612.

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

Color convert

RGB 204 193 0 -
CMYK 0 0.05 1 0.2
HSL 56.76º 1% 0.4% -
HSV(B) 56.76º 1% 0.8% -
XYZ 43.97 50.98 7.52 -
YUV 174.29 29.64 149.19 -
System Red Green Blue C M Y K H S L
Decimal 204 193 0 0 0.05 1 0.2 56.76 1 0.4
Hex CC C1 0 0 5 64 14 39 64 28
Octal 314 301 0 0 5 144 24 71 144 50
Binary 11001100 11000001 0 0 101 1100100 10100 111001 1100100 101000

Color Harmonies of #CCC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC100

Black with #CCC100

Text Example


Text Example

White with #CCC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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