Html Css Color HEX #CCC610 Bird Flower

📋 copy color: '#CCC610'

red 204 ◦ green 198 ◦ blue 16

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

Shades of Bird Flower #CCC610

Tints of Bird Flower #CCC610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.37%

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

R = 48.8%
G = 47.37%
B = 3.83%

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

#CCC610 (or 0xCCC610) is known color: Bird Flower. HEX triplet: CC, C6 and 10. RGB value is (204,198,16). Sum of RGB (Red+Green+Blue) = 204+198+16=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC610 is #3339EF. Grayscale: #B3B3B3. Windows color (decimal): -3357168 or 1099468. OLE color: 1099468.

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

Color convert

RGB 204 198 16 -
CMYK 0 0.03 0.92 0.2
HSL 58.09º 0.85% 0.43% -
HSV(B) 58.09º 0.92% 0.8% -
XYZ 45.19 53.26 8.39 -
YUV 179.05 35.99 145.8 -
System Red Green Blue C M Y K H S L
Decimal 204 198 16 0 0.03 0.92 0.2 58.09 0.85 0.43
Hex CC C6 10 0 3 5C 14 3A 55 2B
Octal 314 306 20 0 3 134 24 72 125 53
Binary 11001100 11000110 10000 0 11 1011100 10100 111010 1010101 101011

Color Harmonies of #CCC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC610

Black with #CCC610

Text Example


Text Example

White with #CCC610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC610; }

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

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

background-color css

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

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

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

border-color css

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

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

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