#CCB601

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

Shades of Bird Flower #CCB601

Tints of Bird Flower #CCB601

Color information

#CCB601 (or 0xCCB601) is unknown color: approx Bird Flower. HEX triplet: CC, B6 and 01. RGB value is (204,182,1). Sum of RGB (Red+Green+Blue) = 204+182+1=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB601 is #3349FE. Grayscale: #A8A8A8. Windows color (decimal): -3361279 or 112332. OLE color: 112332.

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

Color convert

RGB2041821-
CMYK00.111.000.2
HSL53.5º99.02%40.2%-
HSV(B)53.5º99.51%80%-
XYZ41.6446.36.77-
YUV167.9433.79153.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 182 (71.48% from 255) = 47.03%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=52.71%
G=47.03%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204182100.111.000.253.599.0240.2
HexCCB610B6414356328
Octal3142661013144246514350
Binary11001100101101101010111100100101001101011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB601; }

 p { color: rgb(204,182,1); }

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

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

 a { background-color: rgb(204,182,1); }

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

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

 span { border-color: rgb(204,182,1); }

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