Html Css Color HEX #C38115 Dark Goldenrod

📋 copy color: '#C38115'

red 195 ◦ green 129 ◦ blue 21

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

Shades of Dark Goldenrod #C38115

Tints of Dark Goldenrod #C38115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 56.52%
G = 37.39%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C38115 (or 0xC38115) is known color: Dark Goldenrod. HEX triplet: C3, 81 and 15. RGB value is (195,129,21). Sum of RGB (Red+Green+Blue) = 195+129+21=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C38115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38115 is #3C7EEA. Grayscale: #888888. Windows color (decimal): -3964651 or 1409475. OLE color: 1409475.

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

Color convert

RGB 195 129 21 -
CMYK 0 0.34 0.89 0.24
HSL 37.24º 0.81% 0.42% -
HSV(B) 37.24º 0.89% 0.76% -
XYZ 30.49 27.36 4.38 -
YUV 136.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 195 129 21 0 0.34 0.89 0.24 37.24 0.81 0.42
Hex C3 81 15 0 22 59 18 25 51 2A
Octal 303 201 25 0 42 131 30 45 121 52
Binary 11000011 10000001 10101 0 100010 1011001 11000 100101 1010001 101010

Color Harmonies of #C38115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38115

Black with #C38115

Text Example


Text Example

White with #C38115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38115; }

 p { color: rgb(195,129,21); }

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

background-color css

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

 a { background-color: rgb(195,129,21); }

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

border-color css

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

 span { border-color: rgb(195,129,21); }

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