Html Css Color HEX #CA860C Dark Goldenrod

📋 copy color: '#CA860C'

red 202 ◦ green 134 ◦ blue 12

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

Shades of Dark Goldenrod #CA860C

Tints of Dark Goldenrod #CA860C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 58.05%
G = 38.51%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA860C (or 0xCA860C) is known color: Dark Goldenrod. HEX triplet: CA, 86 and 0C. RGB value is (202,134,12). Sum of RGB (Red+Green+Blue) = 202+134+12=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA860C is #3579F3. Grayscale: #8C8C8C. Windows color (decimal): -3504628 or 820938. OLE color: 820938.

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

Color convert

RGB 202 134 12 -
CMYK 0 0.34 0.94 0.21
HSL 38.53º 0.89% 0.42% -
HSV(B) 38.53º 0.94% 0.79% -
XYZ 32.95 29.63 4.33 -
YUV 140.42 55.53 171.92 -
System Red Green Blue C M Y K H S L
Decimal 202 134 12 0 0.34 0.94 0.21 38.53 0.89 0.42
Hex CA 86 C 0 22 5E 15 27 59 2A
Octal 312 206 14 0 42 136 25 47 131 52
Binary 11001010 10000110 1100 0 100010 1011110 10101 100111 1011001 101010

Color Harmonies of #CA860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA860C

Black with #CA860C

Text Example


Text Example

White with #CA860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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