Html Css Color HEX #CA8710 Dark Goldenrod

📋 copy color: '#CA8710'

red 202 ◦ green 135 ◦ blue 16

#CA8710
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #CA8710

Tints of Dark Goldenrod #CA8710

RGB

 RED value IS 202 (79.3% from 255) = 57.22%

 GREEN value IS 135 (53.13% from 255) = 38.24%

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 57.22%
G = 38.24%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA8710 (or 0xCA8710) is known color: Dark Goldenrod. HEX triplet: CA, 87 and 10. RGB value is (202,135,16). Sum of RGB (Red+Green+Blue) = 202+135+16=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8710 is #3578EF. Grayscale: #8E8E8E. Windows color (decimal): -3504368 or 1083338. OLE color: 1083338.

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

Color convert

RGB 202 135 16 -
CMYK 0 0.33 0.92 0.21
HSL 38.39º 0.85% 0.43% -
HSV(B) 38.39º 0.92% 0.79% -
XYZ 33.11 29.92 4.52 -
YUV 141.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 202 135 16 0 0.33 0.92 0.21 38.39 0.85 0.43
Hex CA 87 10 0 21 5C 15 26 55 2B
Octal 312 207 20 0 41 134 25 46 125 53
Binary 11001010 10000111 10000 0 100001 1011100 10101 100110 1010101 101011

Color Harmonies of #CA8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8710

Black with #CA8710

Text Example


Text Example

White with #CA8710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8710; }

 p { color: rgb(202,135,16); }

 H1.HeaderClassName
 {
   color: #CA8710;
 }
 .AnyTagClassName
 {
   color: #CA8710;
 }
</style>

background-color css

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

 a { background-color: rgb(202,135,16); }

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

border-color css

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

 span { border-color: rgb(202,135,16); }

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