#C8B617

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

Shades of Bird Flower #C8B617

Tints of Bird Flower #C8B617

Color information

#C8B617 (or 0xC8B617) is unknown color: approx Bird Flower. HEX triplet: C8, B6 and 17. RGB value is (200,182,23). Sum of RGB (Red+Green+Blue) = 200+182+23=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B617 is #3749E8. Grayscale: #A9A9A9. Windows color (decimal): -3623401 or 1554120. OLE color: 1554120.

HSL color Cylindrical-coordinate representation of color #C8B617: hue angle of 53.9º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8B617 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB20018223-
CMYK00.090.880.22
HSL53.9º79.37%43.73%-
HSV(B)53.9º88.5%78.43%-
XYZ40.745.87.51-
YUV169.2645.46149.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.38%
GREEN value IS 182 (71.48% from 255) = 44.94%
BLUE value IS 23 (9.38% from 255) = 5.68%
R=49.38%
G=44.94%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001822300.090.880.2253.979.3743.73
HexC8B617095816364f2c
Octal31026627011130266611754
Binary110010001011011010111010011011000101101101101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B617; }

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

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

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

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

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

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

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

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