#CCCA03

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

Shades of Bird Flower #CCCA03

Tints of Bird Flower #CCCA03

Color information

#CCCA03 (or 0xCCCA03) is unknown color: approx Bird Flower. HEX triplet: CC, CA and 03. RGB value is (204,202,3). Sum of RGB (Red+Green+Blue) = 204+202+3=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCA03 is #3335FC. Grayscale: #B4B4B4. Windows color (decimal): -3356157 or 248524. OLE color: 248524.

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

Color convert

RGB2042023-
CMYK00.010.990.2
HSL59.4º97.1%40.59%-
HSV(B)59.4º98.53%80%-
XYZ46.0455.098.29-
YUV179.9128.16145.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 202 (79.30% from 255) = 49.39%
BLUE value IS 3 (1.56% from 255) = 0.73%
R=49.88%
G=49.39%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204202300.010.990.259.497.140.59
HexCCCA30163143b6129
Octal314312301143247314151
Binary110011001100101011011100011101001110111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA03; }

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

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

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

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

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

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

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

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