Html Css Color HEX #C38218 Dark Goldenrod

📋 copy color: '#C38218'

red 195 ◦ green 130 ◦ blue 24

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

Shades of Dark Goldenrod #C38218

Tints of Dark Goldenrod #C38218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.88%

R = 55.87%
G = 37.25%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C38218 (or 0xC38218) is known color: Dark Goldenrod. HEX triplet: C3, 82 and 18. RGB value is (195,130,24). Sum of RGB (Red+Green+Blue) = 195+130+24=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C38218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38218 is #3C7DE7. Grayscale: #898989. Windows color (decimal): -3964392 or 1606339. OLE color: 1606339.

HSL color Cylindrical-coordinate representation of color #C38218: hue angle of 37.19º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C38218 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 24 -
CMYK 0 0.33 0.88 0.24
HSL 37.19º 0.78% 0.43% -
HSV(B) 37.19º 0.88% 0.76% -
XYZ 30.65 27.63 4.58 -
YUV 137.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 195 130 24 0 0.33 0.88 0.24 37.19 0.78 0.43
Hex C3 82 18 0 21 58 18 25 4E 2B
Octal 303 202 30 0 41 130 30 45 116 53
Binary 11000011 10000010 11000 0 100001 1011000 11000 100101 1001110 101011

Color Harmonies of #C38218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38218

Black with #C38218

Text Example


Text Example

White with #C38218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38218; }

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

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

background-color css

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

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

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

border-color css

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

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

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