Html Css Color HEX #CA8D0E Dark Goldenrod

📋 copy color: '#CA8D0E'

red 202 ◦ green 141 ◦ blue 14

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

Shades of Dark Goldenrod #CA8D0E

Tints of Dark Goldenrod #CA8D0E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.5%

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

R = 56.58%
G = 39.5%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA8D0E (or 0xCA8D0E) is known color: Dark Goldenrod. HEX triplet: CA, 8D and 0E. RGB value is (202,141,14). Sum of RGB (Red+Green+Blue) = 202+141+14=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8D0E is #3572F1. Grayscale: #919191. Windows color (decimal): -3502834 or 953802. OLE color: 953802.

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

Color convert

RGB 202 141 14 -
CMYK 0 0.30 0.93 0.21
HSL 40.53º 0.87% 0.42% -
HSV(B) 40.53º 0.93% 0.79% -
XYZ 33.96 31.64 4.73 -
YUV 144.76 54.21 168.83 -
System Red Green Blue C M Y K H S L
Decimal 202 141 14 0 0.30 0.93 0.21 40.53 0.87 0.42
Hex CA 8D E 0 1E 5D 15 29 57 2A
Octal 312 215 16 0 36 135 25 51 127 52
Binary 11001010 10001101 1110 0 11110 1011101 10101 101001 1010111 101010

Color Harmonies of #CA8D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D0E

Black with #CA8D0E

Text Example


Text Example

White with #CA8D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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