#CCB705

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

Shades of Bird Flower #CCB705

Tints of Bird Flower #CCB705

Color information

#CCB705 (or 0xCCB705) is unknown color: approx Bird Flower. HEX triplet: CC, B7 and 05. RGB value is (204,183,5). Sum of RGB (Red+Green+Blue) = 204+183+5=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB705 is #3348FA. Grayscale: #A9A9A9. Windows color (decimal): -3361019 or 374732. OLE color: 374732.

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

Color convert

RGB2041835-
CMYK00.100.980.2
HSL53.67º95.22%40.98%-
HSV(B)53.67º97.55%80%-
XYZ41.8646.726.95-
YUV168.9935.46152.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 183 (71.88% from 255) = 46.68%
BLUE value IS 5 (2.34% from 255) = 1.28%
R=52.04%
G=46.68%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204183500.100.980.253.6795.2240.98
HexCCB750A6214365f29
Octal3142675012142246613751
Binary1100110010110111101010101100010101001101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB705; }

 p { color: rgb(204,183,5); }

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

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

 a { background-color: rgb(204,183,5); }

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

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

 span { border-color: rgb(204,183,5); }

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