Html Css Color HEX #CA810A Dark Goldenrod

📋 copy color: '#CA810A'

red 202 ◦ green 129 ◦ blue 10

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

Shades of Dark Goldenrod #CA810A

Tints of Dark Goldenrod #CA810A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 10 (4.3% from 255) = 2.93%

R = 59.24%
G = 37.83%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA810A (or 0xCA810A) is known color: Dark Goldenrod. HEX triplet: CA, 81 and 0A. RGB value is (202,129,10). Sum of RGB (Red+Green+Blue) = 202+129+10=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA810A is #357EF5. Grayscale: #898989. Windows color (decimal): -3505910 or 688586. OLE color: 688586.

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

Color convert

RGB 202 129 10 -
CMYK 0 0.36 0.95 0.21
HSL 37.19º 0.91% 0.42% -
HSV(B) 37.19º 0.95% 0.79% -
XYZ 32.26 28.28 4.05 -
YUV 137.26 56.18 174.18 -
System Red Green Blue C M Y K H S L
Decimal 202 129 10 0 0.36 0.95 0.21 37.19 0.91 0.42
Hex CA 81 A 0 24 5F 15 25 5B 2A
Octal 312 201 12 0 44 137 25 45 133 52
Binary 11001010 10000001 1010 0 100100 1011111 10101 100101 1011011 101010

Color Harmonies of #CA810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA810A

Black with #CA810A

Text Example


Text Example

White with #CA810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA810A; }

 p { color: rgb(202,129,10); }

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

background-color css

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

 a { background-color: rgb(202,129,10); }

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

border-color css

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

 span { border-color: rgb(202,129,10); }

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