#CCB803

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

Shades of Bird Flower #CCB803

Tints of Bird Flower #CCB803

Color information

#CCB803 (or 0xCCB803) is unknown color: approx Bird Flower. HEX triplet: CC, B8 and 03. RGB value is (204,184,3). Sum of RGB (Red+Green+Blue) = 204+184+3=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB803 is #3347FC. Grayscale: #AAAAAA. Windows color (decimal): -3360765 or 243916. OLE color: 243916.

HSL color Cylindrical-coordinate representation of color #CCB803: hue angle of 54.03º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCB803 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB2041843-
CMYK00.100.990.2
HSL54.03º97.1%40.59%-
HSV(B)54.03º98.53%80%-
XYZ42.0647.126.97-
YUV169.3534.13152.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 184 (72.27% from 255) = 47.06%
BLUE value IS 3 (1.56% from 255) = 0.77%
R=52.17%
G=47.06%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204184300.100.990.254.0397.140.59
HexCCB830A6314366129
Octal3142703012143246614151
Binary110011001011100011010101100011101001101101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB803; }

 p { color: rgb(204,184,3); }

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

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

 a { background-color: rgb(204,184,3); }

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

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

 span { border-color: rgb(204,184,3); }

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