Html Css Color HEX #C18302 Dark Goldenrod

📋 copy color: '#C18302'

red 193 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #C18302

Tints of Dark Goldenrod #C18302

RGB

 RED value IS 193 (75.78% from 255) = 59.2%

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 59.2%
G = 40.18%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C18302 (or 0xC18302) is known color: Dark Goldenrod. HEX triplet: C1, 83 and 02. RGB value is (193,131,2). Sum of RGB (Red+Green+Blue) = 193+131+2=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C18302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18302 is #3E7CFD. Grayscale: #878787. Windows color (decimal): -4095230 or 164801. OLE color: 164801.

HSL color Cylindrical-coordinate representation of color #C18302: hue angle of 40.52º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C18302 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 131 2 -
CMYK 0 0.32 0.99 0.24
HSL 40.52º 0.98% 0.38% -
HSV(B) 40.52º 0.99% 0.76% -
XYZ 30.12 27.57 3.79 -
YUV 134.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 193 131 2 0 0.32 0.99 0.24 40.52 0.98 0.38
Hex C1 83 2 0 20 63 18 29 62 26
Octal 301 203 2 0 40 143 30 51 142 46
Binary 11000001 10000011 10 0 100000 1100011 11000 101001 1100010 100110

Color Harmonies of #C18302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18302

Black with #C18302

Text Example


Text Example

White with #C18302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18302; }

 p { color: rgb(193,131,2); }

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

background-color css

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

 a { background-color: rgb(193,131,2); }

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

border-color css

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

 span { border-color: rgb(193,131,2); }

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