Html Css Color HEX #C38512 Dark Goldenrod

📋 copy color: '#C38512'

red 195 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #C38512

Tints of Dark Goldenrod #C38512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 56.36%
G = 38.44%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C38512 (or 0xC38512) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 12. RGB value is (195,133,18). Sum of RGB (Red+Green+Blue) = 195+133+18=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C38512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38512 is #3C7AED. Grayscale: #8A8A8A. Windows color (decimal): -3963630 or 1213891. OLE color: 1213891.

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

Color convert

RGB 195 133 18 -
CMYK 0 0.32 0.91 0.24
HSL 38.98º 0.83% 0.42% -
HSV(B) 38.98º 0.91% 0.76% -
XYZ 31 28.42 4.42 -
YUV 138.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 195 133 18 0 0.32 0.91 0.24 38.98 0.83 0.42
Hex C3 85 12 0 20 5B 18 27 53 2A
Octal 303 205 22 0 40 133 30 47 123 52
Binary 11000011 10000101 10010 0 100000 1011011 11000 100111 1010011 101010

Color Harmonies of #C38512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38512

Black with #C38512

Text Example


Text Example

White with #C38512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38512; }

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

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

background-color css

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

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

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

border-color css

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

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

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