Html Css Color HEX #C38411 Dark Goldenrod

📋 copy color: '#C38411'

red 195 ◦ green 132 ◦ blue 17

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

Shades of Dark Goldenrod #C38411

Tints of Dark Goldenrod #C38411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

 BLUE value IS 17 (7.03% from 255) = 4.94%

R = 56.69%
G = 38.37%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C38411 (or 0xC38411) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 11. RGB value is (195,132,17). Sum of RGB (Red+Green+Blue) = 195+132+17=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C38411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38411 is #3C7BEE. Grayscale: #8A8A8A. Windows color (decimal): -3963887 or 1148099. OLE color: 1148099.

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

Color convert

RGB 195 132 17 -
CMYK 0 0.32 0.91 0.24
HSL 38.76º 0.84% 0.42% -
HSV(B) 38.76º 0.91% 0.76% -
XYZ 30.86 28.15 4.34 -
YUV 137.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 195 132 17 0 0.32 0.91 0.24 38.76 0.84 0.42
Hex C3 84 11 0 20 5B 18 27 54 2A
Octal 303 204 21 0 40 133 30 47 124 52
Binary 11000011 10000100 10001 0 100000 1011011 11000 100111 1010100 101010

Color Harmonies of #C38411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38411

Black with #C38411

Text Example


Text Example

White with #C38411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38411; }

 p { color: rgb(195,132,17); }

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

background-color css

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

 a { background-color: rgb(195,132,17); }

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

border-color css

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

 span { border-color: rgb(195,132,17); }

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