#CA8508

Color #CA8508 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CA8508

Tints of Dark Goldenrod #CA8508

Color information

#CA8508 (or 0xCA8508) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 85 and 08. RGB value is (202,133,8). Sum of RGB (Red+Green+Blue) = 202+133+8=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8508 is #357AF7. Grayscale: #8B8B8B. Windows color (decimal): -3504888 or 558538. OLE color: 558538.

HSL color Cylindrical-coordinate representation of color #CA8508: hue angle of 38.66º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA8508 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB2021338-
CMYK00.340.960.21
HSL38.66º92.38%41.18%-
HSV(B)38.66º96.04%79.22%-
XYZ32.7929.354.17-
YUV139.3853.86172.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 8 (3.52% from 255) = 2.33%
R=58.89%
G=38.78%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202133800.340.960.2138.6692.3841.18
HexCA8580226015275c29
Octal31220510042140254713451
Binary1100101010000101100001000101100000101011001111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8508; }

 p { color: rgb(202,133,8); }

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

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

 a { background-color: rgb(202,133,8); }

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

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

 span { border-color: rgb(202,133,8); }

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