Html Css Color HEX #CA860E Dark Goldenrod

📋 copy color: '#CA860E'

red 202 ◦ green 134 ◦ blue 14

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

Shades of Dark Goldenrod #CA860E

Tints of Dark Goldenrod #CA860E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 14 (5.86% from 255) = 4%

R = 57.71%
G = 38.29%
B = 4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA860E (or 0xCA860E) is known color: Dark Goldenrod. HEX triplet: CA, 86 and 0E. RGB value is (202,134,14). Sum of RGB (Red+Green+Blue) = 202+134+14=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA860E is #3579F1. Grayscale: #8D8D8D. Windows color (decimal): -3504626 or 952010. OLE color: 952010.

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

Color convert

RGB 202 134 14 -
CMYK 0 0.34 0.93 0.21
HSL 38.3º 0.87% 0.42% -
HSV(B) 38.3º 0.93% 0.79% -
XYZ 32.96 29.64 4.4 -
YUV 140.65 56.53 171.76 -
System Red Green Blue C M Y K H S L
Decimal 202 134 14 0 0.34 0.93 0.21 38.3 0.87 0.42
Hex CA 86 E 0 22 5D 15 26 57 2A
Octal 312 206 16 0 42 135 25 46 127 52
Binary 11001010 10000110 1110 0 100010 1011101 10101 100110 1010111 101010

Color Harmonies of #CA860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA860E

Black with #CA860E

Text Example


Text Example

White with #CA860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA860E; }

 p { color: rgb(202,134,14); }

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

background-color css

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

 a { background-color: rgb(202,134,14); }

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

border-color css

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

 span { border-color: rgb(202,134,14); }

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