Html Css Color HEX #CA840E Dark Goldenrod

📋 copy color: '#CA840E'

red 202 ◦ green 132 ◦ blue 14

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

Shades of Dark Goldenrod #CA840E

Tints of Dark Goldenrod #CA840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 14 (5.86% from 255) = 4.02%

R = 58.05%
G = 37.93%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA840E (or 0xCA840E) is known color: Dark Goldenrod. HEX triplet: CA, 84 and 0E. RGB value is (202,132,14). Sum of RGB (Red+Green+Blue) = 202+132+14=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA840E is #357BF1. Grayscale: #8C8C8C. Windows color (decimal): -3505138 or 951498. OLE color: 951498.

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

Color convert

RGB 202 132 14 -
CMYK 0 0.35 0.93 0.21
HSL 37.66º 0.87% 0.42% -
HSV(B) 37.66º 0.93% 0.79% -
XYZ 32.69 29.09 4.31 -
YUV 139.48 57.19 172.59 -
System Red Green Blue C M Y K H S L
Decimal 202 132 14 0 0.35 0.93 0.21 37.66 0.87 0.42
Hex CA 84 E 0 23 5D 15 26 57 2A
Octal 312 204 16 0 43 135 25 46 127 52
Binary 11001010 10000100 1110 0 100011 1011101 10101 100110 1010111 101010

Color Harmonies of #CA840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA840E

Black with #CA840E

Text Example


Text Example

White with #CA840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA840E; }

 p { color: rgb(202,132,14); }

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

background-color css

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

 a { background-color: rgb(202,132,14); }

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

border-color css

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

 span { border-color: rgb(202,132,14); }

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