#CCB20E

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

Shades of Bird Flower #CCB20E

Tints of Bird Flower #CCB20E

Color information

#CCB20E (or 0xCCB20E) is unknown color: approx Bird Flower. HEX triplet: CC, B2 and 0E. RGB value is (204,178,14). Sum of RGB (Red+Green+Blue) = 204+178+14=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB20E is #334DF1. Grayscale: #A7A7A7. Windows color (decimal): -3362290 or 963276. OLE color: 963276.

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

Color convert

RGB20417814-
CMYK00.130.930.2
HSL51.79º87.16%42.75%-
HSV(B)51.79º93.14%80%-
XYZ40.944.716.89-
YUV167.0841.61154.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 14 (5.86% from 255) = 3.54%
R=51.52%
G=44.95%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041781400.130.930.251.7987.1642.75
HexCCB2E0D5D1434572b
Octal31426216015135246412753
Binary11001100101100101110011011011101101001101001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB20E; }

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

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

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

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

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

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

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

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