Html Css Color HEX #C19302 Dark Goldenrod

📋 copy color: '#C19302'

red 193 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #C19302

Tints of Dark Goldenrod #C19302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.98%

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

R = 56.43%
G = 42.98%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C19302 (or 0xC19302) is known color: Dark Goldenrod. HEX triplet: C1, 93 and 02. RGB value is (193,147,2). Sum of RGB (Red+Green+Blue) = 193+147+2=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C19302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19302 is #3E6CFD. Grayscale: #909090. Windows color (decimal): -4091134 or 168897. OLE color: 168897.

HSL color Cylindrical-coordinate representation of color #C19302: hue angle of 45.55º 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 #C19302 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 147 2 -
CMYK 0 0.24 0.99 0.24
HSL 45.55º 0.98% 0.38% -
HSV(B) 45.55º 0.99% 0.76% -
XYZ 32.44 32.21 4.56 -
YUV 144.22 47.74 162.79 -
System Red Green Blue C M Y K H S L
Decimal 193 147 2 0 0.24 0.99 0.24 45.55 0.98 0.38
Hex C1 93 2 0 18 63 18 2E 62 26
Octal 301 223 2 0 30 143 30 56 142 46
Binary 11000001 10010011 10 0 11000 1100011 11000 101110 1100010 100110

Color Harmonies of #C19302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19302

Black with #C19302

Text Example


Text Example

White with #C19302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19302; }

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

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

background-color css

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

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

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

border-color css

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

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

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