Html Css Color HEX #C39100 Dark Goldenrod

📋 copy color: '#C39100'

red 195 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #C39100

Tints of Dark Goldenrod #C39100

RGB

 RED value IS 195 (76.56% from 255) = 57.35%

 GREEN value IS 145 (57.03% from 255) = 42.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.35%
G = 42.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C39100 (or 0xC39100) is known color: Dark Goldenrod. HEX triplet: C3, 91 and 00. RGB value is (195,145,0). Sum of RGB (Red+Green+Blue) = 195+145+0=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C39100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39100 is #3C6EFF. Grayscale: #909090. Windows color (decimal): -3960576 or 37315. OLE color: 37315.

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

Color convert

RGB 195 145 0 -
CMYK 0 0.26 1 0.24
HSL 44.62º 1% 0.38% -
HSV(B) 44.62º 1% 0.76% -
XYZ 32.63 31.85 4.43 -
YUV 143.42 47.07 164.79 -
System Red Green Blue C M Y K H S L
Decimal 195 145 0 0 0.26 1 0.24 44.62 1 0.38
Hex C3 91 0 0 1A 64 18 2D 64 26
Octal 303 221 0 0 32 144 30 55 144 46
Binary 11000011 10010001 0 0 11010 1100100 11000 101101 1100100 100110

Color Harmonies of #C39100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39100

Black with #C39100

Text Example


Text Example

White with #C39100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39100; }

 p { color: rgb(195,145,0); }

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

background-color css

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

 a { background-color: rgb(195,145,0); }

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

border-color css

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

 span { border-color: rgb(195,145,0); }

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