#CAC117

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

Shades of Bird Flower #CAC117

Tints of Bird Flower #CAC117

Color information

#CAC117 (or 0xCAC117) is unknown color: approx Bird Flower. HEX triplet: CA, C1 and 17. RGB value is (202,193,23). Sum of RGB (Red+Green+Blue) = 202+193+23=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC117 is #353EE8. Grayscale: #B0B0B0. Windows color (decimal): -3489513 or 1556938. OLE color: 1556938.

HSL color Cylindrical-coordinate representation of color #CAC117: hue angle of 56.98º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAC117 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20219323-
CMYK00.040.890.21
HSL56.98º79.56%44.12%-
HSV(B)56.98º88.61%79.22%-
XYZ43.5850.768.31-
YUV176.3141.48146.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 193 (75.78% from 255) = 46.17%
BLUE value IS 23 (9.38% from 255) = 5.50%
R=48.33%
G=46.17%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021932300.040.890.2156.9879.5644.12
HexCAC11704591539502c
Octal3123012704131257112054
Binary11001010110000011011101001011001101011110011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC117; }

 p { color: rgb(202,193,23); }

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

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

 a { background-color: rgb(202,193,23); }

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

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

 span { border-color: rgb(202,193,23); }

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