Html Css Color HEX #C38215 Dark Goldenrod

📋 copy color: '#C38215'

red 195 ◦ green 130 ◦ blue 21

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

Shades of Dark Goldenrod #C38215

Tints of Dark Goldenrod #C38215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 56.36%
G = 37.57%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C38215 (or 0xC38215) is known color: Dark Goldenrod. HEX triplet: C3, 82 and 15. RGB value is (195,130,21). Sum of RGB (Red+Green+Blue) = 195+130+21=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C38215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38215 is #3C7DEA. Grayscale: #898989. Windows color (decimal): -3964395 or 1409731. OLE color: 1409731.

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

Color convert

RGB 195 130 21 -
CMYK 0 0.33 0.89 0.24
HSL 37.59º 0.81% 0.42% -
HSV(B) 37.59º 0.89% 0.76% -
XYZ 30.62 27.62 4.43 -
YUV 137.01 62.53 169.36 -
System Red Green Blue C M Y K H S L
Decimal 195 130 21 0 0.33 0.89 0.24 37.59 0.81 0.42
Hex C3 82 15 0 21 59 18 26 51 2A
Octal 303 202 25 0 41 131 30 46 121 52
Binary 11000011 10000010 10101 0 100001 1011001 11000 100110 1010001 101010

Color Harmonies of #C38215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38215

Black with #C38215

Text Example


Text Example

White with #C38215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38215; }

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

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

background-color css

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

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

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

border-color css

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

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

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