Html Css Color HEX #C38611 Dark Goldenrod

📋 copy color: '#C38611'

red 195 ◦ green 134 ◦ blue 17

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

Shades of Dark Goldenrod #C38611

Tints of Dark Goldenrod #C38611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

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

R = 56.36%
G = 38.73%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C38611 (or 0xC38611) is known color: Dark Goldenrod. HEX triplet: C3, 86 and 11. RGB value is (195,134,17). Sum of RGB (Red+Green+Blue) = 195+134+17=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C38611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38611 is #3C79EE. Grayscale: #8B8B8B. Windows color (decimal): -3963375 or 1148611. OLE color: 1148611.

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

Color convert

RGB 195 134 17 -
CMYK 0 0.31 0.91 0.24
HSL 39.44º 0.84% 0.42% -
HSV(B) 39.44º 0.91% 0.76% -
XYZ 31.13 28.69 4.43 -
YUV 138.9 59.21 168.01 -
System Red Green Blue C M Y K H S L
Decimal 195 134 17 0 0.31 0.91 0.24 39.44 0.84 0.42
Hex C3 86 11 0 1F 5B 18 27 54 2A
Octal 303 206 21 0 37 133 30 47 124 52
Binary 11000011 10000110 10001 0 11111 1011011 11000 100111 1010100 101010

Color Harmonies of #C38611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38611

Black with #C38611

Text Example


Text Example

White with #C38611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38611; }

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

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

background-color css

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

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

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

border-color css

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

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

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