#CCB200

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

Shades of Bird Flower #CCB200

Tints of Bird Flower #CCB200

Color information

#CCB200 (or 0xCCB200) is unknown color: approx Bird Flower. HEX triplet: CC, B2 and 00. RGB value is (204,178,0). Sum of RGB (Red+Green+Blue) = 204+178+0=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB200 is #334DFF. Grayscale: #A6A6A6. Windows color (decimal): -3362304 or 45772. OLE color: 45772.

HSL color Cylindrical-coordinate representation of color #CCB200: hue angle of 52.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCB200 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB2041780-
CMYK00.1310.2
HSL52.35º100%40%-
HSV(B)52.35º100%80%-
XYZ40.8244.686.47-
YUV165.4834.61155.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.40%
G=46.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204178000.1310.252.3510040
HexCCB200D6414346428
Octal3142620015144246414450
Binary11001100101100100011011100100101001101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB200; }

 p { color: rgb(204,178,0); }

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

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

 a { background-color: rgb(204,178,0); }

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

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

 span { border-color: rgb(204,178,0); }

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