Html Css Color HEX #CA890E Dark Goldenrod

📋 copy color: '#CA890E'

red 202 ◦ green 137 ◦ blue 14

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

Shades of Dark Goldenrod #CA890E

Tints of Dark Goldenrod #CA890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.81%

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

R = 57.22%
G = 38.81%
B = 3.97%

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

#CA890E (or 0xCA890E) is known color: Dark Goldenrod. HEX triplet: CA, 89 and 0E. RGB value is (202,137,14). Sum of RGB (Red+Green+Blue) = 202+137+14=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA890E is #3576F1. Grayscale: #8E8E8E. Windows color (decimal): -3503858 or 952778. OLE color: 952778.

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

Color convert

RGB 202 137 14 -
CMYK 0 0.32 0.93 0.21
HSL 39.26º 0.87% 0.42% -
HSV(B) 39.26º 0.93% 0.79% -
XYZ 33.38 30.48 4.54 -
YUV 142.41 55.53 170.5 -
System Red Green Blue C M Y K H S L
Decimal 202 137 14 0 0.32 0.93 0.21 39.26 0.87 0.42
Hex CA 89 E 0 20 5D 15 27 57 2A
Octal 312 211 16 0 40 135 25 47 127 52
Binary 11001010 10001001 1110 0 100000 1011101 10101 100111 1010111 101010

Color Harmonies of #CA890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA890E

Black with #CA890E

Text Example


Text Example

White with #CA890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA890E; }

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

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

background-color css

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

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

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

border-color css

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

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

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