Html Css Color HEX #CCC710 Bird Flower

📋 copy color: '#CCC710'

red 204 ◦ green 199 ◦ blue 16

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

Shades of Bird Flower #CCC710

Tints of Bird Flower #CCC710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.49%

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

R = 48.69%
G = 47.49%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCC710 (or 0xCCC710) is known color: Bird Flower. HEX triplet: CC, C7 and 10. RGB value is (204,199,16). Sum of RGB (Red+Green+Blue) = 204+199+16=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC710 is #3338EF. Grayscale: #B4B4B4. Windows color (decimal): -3356912 or 1099724. OLE color: 1099724.

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

Color convert

RGB 204 199 16 -
CMYK 0 0.02 0.92 0.2
HSL 58.4º 0.85% 0.43% -
HSV(B) 58.4º 0.92% 0.8% -
XYZ 45.42 53.72 8.47 -
YUV 179.63 35.66 145.38 -
System Red Green Blue C M Y K H S L
Decimal 204 199 16 0 0.02 0.92 0.2 58.4 0.85 0.43
Hex CC C7 10 0 2 5C 14 3A 55 2B
Octal 314 307 20 0 2 134 24 72 125 53
Binary 11001100 11000111 10000 0 10 1011100 10100 111010 1010101 101011

Color Harmonies of #CCC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC710

Black with #CCC710

Text Example


Text Example

White with #CCC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC710; }

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

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

background-color css

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

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

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

border-color css

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

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

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