Html Css Color HEX #CA810F Dark Goldenrod

📋 copy color: '#CA810F'

red 202 ◦ green 129 ◦ blue 15

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

Shades of Dark Goldenrod #CA810F

Tints of Dark Goldenrod #CA810F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 58.38%
G = 37.28%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA810F (or 0xCA810F) is known color: Dark Goldenrod. HEX triplet: CA, 81 and 0F. RGB value is (202,129,15). Sum of RGB (Red+Green+Blue) = 202+129+15=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA810F is #357EF0. Grayscale: #8A8A8A. Windows color (decimal): -3505905 or 1016266. OLE color: 1016266.

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

Color convert

RGB 202 129 15 -
CMYK 0 0.36 0.93 0.21
HSL 36.58º 0.86% 0.43% -
HSV(B) 36.58º 0.93% 0.79% -
XYZ 32.29 28.29 4.21 -
YUV 137.83 58.68 173.77 -
System Red Green Blue C M Y K H S L
Decimal 202 129 15 0 0.36 0.93 0.21 36.58 0.86 0.43
Hex CA 81 F 0 24 5D 15 25 56 2B
Octal 312 201 17 0 44 135 25 45 126 53
Binary 11001010 10000001 1111 0 100100 1011101 10101 100101 1010110 101011

Color Harmonies of #CA810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA810F

Black with #CA810F

Text Example


Text Example

White with #CA810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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