#CCB30F

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

Shades of Bird Flower #CCB30F

Tints of Bird Flower #CCB30F

Color information

#CCB30F (or 0xCCB30F) is unknown color: approx Bird Flower. HEX triplet: CC, B3 and 0F. RGB value is (204,179,15). Sum of RGB (Red+Green+Blue) = 204+179+15=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB30F is #334CF0. Grayscale: #A8A8A8. Windows color (decimal): -3362033 or 1029068. OLE color: 1029068.

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

Color convert

RGB20417915-
CMYK00.120.930.2
HSL52.06º86.3%42.94%-
HSV(B)52.06º92.65%80%-
XYZ41.1145.116.99-
YUV167.7841.78153.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 15 (6.25% from 255) = 3.77%
R=51.26%
G=44.97%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041791500.120.930.252.0686.342.94
HexCCB3F0C5D1434562b
Octal31426317014135246412653
Binary11001100101100111111011001011101101001101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB30F; }

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

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

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

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

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

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

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

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