Html Css Color HEX #C38314 Dark Goldenrod

📋 copy color: '#C38314'

red 195 ◦ green 131 ◦ blue 20

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

Shades of Dark Goldenrod #C38314

Tints of Dark Goldenrod #C38314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

 BLUE value IS 20 (8.2% from 255) = 5.78%

R = 56.36%
G = 37.86%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C38314 (or 0xC38314) is known color: Dark Goldenrod. HEX triplet: C3, 83 and 14. RGB value is (195,131,20). Sum of RGB (Red+Green+Blue) = 195+131+20=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C38314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38314 is #3C7CEB. Grayscale: #898989. Windows color (decimal): -3964140 or 1344451. OLE color: 1344451.

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

Color convert

RGB 195 131 20 -
CMYK 0 0.33 0.90 0.24
HSL 38.06º 0.81% 0.42% -
HSV(B) 38.06º 0.9% 0.76% -
XYZ 30.75 27.89 4.42 -
YUV 137.48 61.7 169.03 -
System Red Green Blue C M Y K H S L
Decimal 195 131 20 0 0.33 0.90 0.24 38.06 0.81 0.42
Hex C3 83 14 0 21 5A 18 26 51 2A
Octal 303 203 24 0 41 132 30 46 121 52
Binary 11000011 10000011 10100 0 100001 1011010 11000 100110 1010001 101010

Color Harmonies of #C38314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38314

Black with #C38314

Text Example


Text Example

White with #C38314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38314; }

 p { color: rgb(195,131,20); }

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

background-color css

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

 a { background-color: rgb(195,131,20); }

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

border-color css

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

 span { border-color: rgb(195,131,20); }

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