Html Css Color HEX #CA8512 Dark Goldenrod

📋 copy color: '#CA8512'

red 202 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #CA8512

Tints of Dark Goldenrod #CA8512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 57.22%
G = 37.68%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA8512 (or 0xCA8512) is known color: Dark Goldenrod. HEX triplet: CA, 85 and 12. RGB value is (202,133,18). Sum of RGB (Red+Green+Blue) = 202+133+18=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8512 is #357AED. Grayscale: #8D8D8D. Windows color (decimal): -3504878 or 1213898. OLE color: 1213898.

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

Color convert

RGB 202 133 18 -
CMYK 0 0.34 0.91 0.21
HSL 37.5º 0.84% 0.43% -
HSV(B) 37.5º 0.91% 0.79% -
XYZ 32.85 29.38 4.51 -
YUV 140.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 202 133 18 0 0.34 0.91 0.21 37.5 0.84 0.43
Hex CA 85 12 0 22 5B 15 26 54 2B
Octal 312 205 22 0 42 133 25 46 124 53
Binary 11001010 10000101 10010 0 100010 1011011 10101 100110 1010100 101011

Color Harmonies of #CA8512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8512

Black with #CA8512

Text Example


Text Example

White with #CA8512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8512; }

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

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

background-color css

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

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

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

border-color css

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

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

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