Html Css Color HEX #C38515 Dark Goldenrod

📋 copy color: '#C38515'

red 195 ◦ green 133 ◦ blue 21

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

Shades of Dark Goldenrod #C38515

Tints of Dark Goldenrod #C38515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

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

R = 55.87%
G = 38.11%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C38515 (or 0xC38515) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 15. RGB value is (195,133,21). Sum of RGB (Red+Green+Blue) = 195+133+21=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C38515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38515 is #3C7AEA. Grayscale: #8B8B8B. Windows color (decimal): -3963627 or 1410499. OLE color: 1410499.

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

Color convert

RGB 195 133 21 -
CMYK 0 0.32 0.89 0.24
HSL 38.62º 0.81% 0.42% -
HSV(B) 38.62º 0.89% 0.76% -
XYZ 31.03 28.43 4.56 -
YUV 138.77 61.54 168.11 -
System Red Green Blue C M Y K H S L
Decimal 195 133 21 0 0.32 0.89 0.24 38.62 0.81 0.42
Hex C3 85 15 0 20 59 18 27 51 2A
Octal 303 205 25 0 40 131 30 47 121 52
Binary 11000011 10000101 10101 0 100000 1011001 11000 100111 1010001 101010

Color Harmonies of #C38515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38515

Black with #C38515

Text Example


Text Example

White with #C38515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38515; }

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

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

background-color css

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

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

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

border-color css

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

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

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