Html Css Color HEX #CCC510 Bird Flower

📋 copy color: '#CCC510'

red 204 ◦ green 197 ◦ blue 16

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

Shades of Bird Flower #CCC510

Tints of Bird Flower #CCC510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.24%

 BLUE value IS 16 (6.64% from 255) = 3.84%

R = 48.92%
G = 47.24%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCC510 (or 0xCCC510) is known color: Bird Flower. HEX triplet: CC, C5 and 10. RGB value is (204,197,16). Sum of RGB (Red+Green+Blue) = 204+197+16=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC510 is #333AEF. Grayscale: #B3B3B3. Windows color (decimal): -3357424 or 1099212. OLE color: 1099212.

HSL color Cylindrical-coordinate representation of color #CCC510: hue angle of 57.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCC510 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 16 -
CMYK 0 0.03 0.92 0.2
HSL 57.77º 0.85% 0.43% -
HSV(B) 57.77º 0.92% 0.8% -
XYZ 44.96 52.81 8.31 -
YUV 178.46 36.32 146.22 -
System Red Green Blue C M Y K H S L
Decimal 204 197 16 0 0.03 0.92 0.2 57.77 0.85 0.43
Hex CC C5 10 0 3 5C 14 3A 55 2B
Octal 314 305 20 0 3 134 24 72 125 53
Binary 11001100 11000101 10000 0 11 1011100 10100 111010 1010101 101011

Color Harmonies of #CCC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC510

Black with #CCC510

Text Example


Text Example

White with #CCC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC510; }

 p { color: rgb(204,197,16); }

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

background-color css

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

 a { background-color: rgb(204,197,16); }

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

border-color css

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

 span { border-color: rgb(204,197,16); }

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