Html Css Color HEX #CA8312 Dark Goldenrod

📋 copy color: '#CA8312'

red 202 ◦ green 131 ◦ blue 18

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

Shades of Dark Goldenrod #CA8312

Tints of Dark Goldenrod #CA8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.32%

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

R = 57.55%
G = 37.32%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA8312 (or 0xCA8312) is known color: Dark Goldenrod. HEX triplet: CA, 83 and 12. RGB value is (202,131,18). Sum of RGB (Red+Green+Blue) = 202+131+18=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8312 is #357CED. Grayscale: #8B8B8B. Windows color (decimal): -3505390 or 1213386. OLE color: 1213386.

HSL color Cylindrical-coordinate representation of color #CA8312: hue angle of 36.85º 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 #CA8312 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 131 18 -
CMYK 0 0.35 0.91 0.21
HSL 36.85º 0.84% 0.43% -
HSV(B) 36.85º 0.91% 0.79% -
XYZ 32.58 28.83 4.42 -
YUV 139.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 202 131 18 0 0.35 0.91 0.21 36.85 0.84 0.43
Hex CA 83 12 0 23 5B 15 25 54 2B
Octal 312 203 22 0 43 133 25 45 124 53
Binary 11001010 10000011 10010 0 100011 1011011 10101 100101 1010100 101011

Color Harmonies of #CA8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8312

Black with #CA8312

Text Example


Text Example

White with #CA8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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