#CCB310

Color #CCB310 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CCB310

Tints of Bird Flower #CCB310

Color information

#CCB310 (or 0xCCB310) is unknown color: approx Bird Flower. HEX triplet: CC, B3 and 10. RGB value is (204,179,16). Sum of RGB (Red+Green+Blue) = 204+179+16=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB310 is #334CEF. Grayscale: #A8A8A8. Windows color (decimal): -3362032 or 1094604. OLE color: 1094604.

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

Color convert

RGB20417916-
CMYK00.120.920.2
HSL52.02º85.45%43.14%-
HSV(B)52.02º92.16%80%-
XYZ41.1245.117.03-
YUV167.8942.28153.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 179 (70.31% from 255) = 44.86%
BLUE value IS 16 (6.64% from 255) = 4.01%
R=51.13%
G=44.86%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041791600.120.920.252.0285.4543.14
HexCCB3100C5C1434552b
Octal31426320014134246412553
Binary110011001011001110000011001011100101001101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB310; }

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

 H1.HeaderClassName
 {
   color: #CCB310;
 }
 .AnyTagClassName
 {
   color: #CCB310;
 }
</style>
background-color css

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

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

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

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

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

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