#CA6931

Color #CA6931 Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #CA6931

Tints of Gold Drop #CA6931

Color information

#CA6931 (or 0xCA6931) is unknown color: approx Gold Drop. HEX triplet: CA, 69 and 31. RGB value is (202,105,49). Sum of RGB (Red+Green+Blue) = 202+105+49=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6931 is #3596CE. Grayscale: #7F7F7F. Windows color (decimal): -3512015 or 3238346. OLE color: 3238346.

HSL color Cylindrical-coordinate representation of color #CA6931: hue angle of 21.96º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA6931 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20210549-
CMYK00.480.760.21
HSL21.96º60.96%49.22%-
HSV(B)21.96º75.74%79.22%-
XYZ29.9622.885.74-
YUV127.6283.64181.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.74%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 49 (19.53% from 255) = 13.76%
R=56.74%
G=29.49%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021054900.480.760.2121.9660.9649.22
HexCA69310304C15163d31
Octal3121516106011425267561
Binary110010101101001110001011000010011001010110110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6931; }

 p { color: rgb(202,105,49); }

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

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

 a { background-color: rgb(202,105,49); }

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

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

 span { border-color: rgb(202,105,49); }

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