Html Css Color HEX #CA820C Dark Goldenrod

📋 copy color: '#CA820C'

red 202 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #CA820C

Tints of Dark Goldenrod #CA820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.79%

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

R = 58.72%
G = 37.79%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA820C (or 0xCA820C) is known color: Dark Goldenrod. HEX triplet: CA, 82 and 0C. RGB value is (202,130,12). Sum of RGB (Red+Green+Blue) = 202+130+12=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA820C is #357DF3. Grayscale: #8A8A8A. Windows color (decimal): -3505652 or 819914. OLE color: 819914.

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

Color convert

RGB 202 130 12 -
CMYK 0 0.36 0.94 0.21
HSL 37.26º 0.89% 0.42% -
HSV(B) 37.26º 0.94% 0.79% -
XYZ 32.41 28.55 4.15 -
YUV 138.08 56.85 173.59 -
System Red Green Blue C M Y K H S L
Decimal 202 130 12 0 0.36 0.94 0.21 37.26 0.89 0.42
Hex CA 82 C 0 24 5E 15 25 59 2A
Octal 312 202 14 0 44 136 25 45 131 52
Binary 11001010 10000010 1100 0 100100 1011110 10101 100101 1011001 101010

Color Harmonies of #CA820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA820C

Black with #CA820C

Text Example


Text Example

White with #CA820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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