Html Css Color HEX #CA8A0E Dark Goldenrod

📋 copy color: '#CA8A0E'

red 202 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #CA8A0E

Tints of Dark Goldenrod #CA8A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.98%

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

R = 57.06%
G = 38.98%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA8A0E (or 0xCA8A0E) is known color: Dark Goldenrod. HEX triplet: CA, 8A and 0E. RGB value is (202,138,14). Sum of RGB (Red+Green+Blue) = 202+138+14=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8A0E is #3575F1. Grayscale: #8F8F8F. Windows color (decimal): -3503602 or 953034. OLE color: 953034.

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

Color convert

RGB 202 138 14 -
CMYK 0 0.32 0.93 0.21
HSL 39.57º 0.87% 0.42% -
HSV(B) 39.57º 0.93% 0.79% -
XYZ 33.52 30.77 4.59 -
YUV 143 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 202 138 14 0 0.32 0.93 0.21 39.57 0.87 0.42
Hex CA 8A E 0 20 5D 15 28 57 2A
Octal 312 212 16 0 40 135 25 50 127 52
Binary 11001010 10001010 1110 0 100000 1011101 10101 101000 1010111 101010

Color Harmonies of #CA8A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A0E

Black with #CA8A0E

Text Example


Text Example

White with #CA8A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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