#CCB517

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

Shades of Bird Flower #CCB517

Tints of Bird Flower #CCB517

Color information

#CCB517 (or 0xCCB517) is unknown color: approx Bird Flower. HEX triplet: CC, B5 and 17. RGB value is (204,181,23). Sum of RGB (Red+Green+Blue) = 204+181+23=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB517 is #334AE8. Grayscale: #AAAAAA. Windows color (decimal): -3361513 or 1553868. OLE color: 1553868.

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

Color convert

RGB20418123-
CMYK00.110.890.2
HSL52.38º79.74%44.51%-
HSV(B)52.38º88.73%80%-
XYZ41.5845.957.49-
YUV169.8645.12152.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 181 (71.09% from 255) = 44.36%
BLUE value IS 23 (9.38% from 255) = 5.64%
R=50%
G=44.36%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041812300.110.890.252.3879.7444.51
HexCCB5170B591434502d
Octal31426527013131246412055
Binary110011001011010110111010111011001101001101001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB517; }

 p { color: rgb(204,181,23); }

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

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

 a { background-color: rgb(204,181,23); }

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

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

 span { border-color: rgb(204,181,23); }

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