#CCB617

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

Shades of Bird Flower #CCB617

Tints of Bird Flower #CCB617

Color information

#CCB617 (or 0xCCB617) is unknown color: approx Bird Flower. HEX triplet: CC, B6 and 17. RGB value is (204,182,23). Sum of RGB (Red+Green+Blue) = 204+182+23=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB617 is #3349E8. Grayscale: #ABABAB. Windows color (decimal): -3361257 or 1554124. OLE color: 1554124.

HSL color Cylindrical-coordinate representation of color #CCB617: hue angle of 52.71º 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 #CCB617 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB20418223-
CMYK00.110.890.2
HSL52.71º79.74%44.51%-
HSV(B)52.71º88.73%80%-
XYZ41.7846.367.56-
YUV170.4544.79151.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 182 (71.48% from 255) = 44.50%
BLUE value IS 23 (9.38% from 255) = 5.62%
R=49.88%
G=44.50%
B=5.62%

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
Decimal2041822300.110.890.252.7179.7444.51
HexCCB6170B591435502d
Octal31426627013131246512055
Binary110011001011011010111010111011001101001101011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB617; }

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

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

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

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

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

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

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

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