Html Css Color HEX #C38519 Dark Goldenrod

📋 copy color: '#C38519'

red 195 ◦ green 133 ◦ blue 25

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

Shades of Dark Goldenrod #C38519

Tints of Dark Goldenrod #C38519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.08%

R = 55.24%
G = 37.68%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C38519 (or 0xC38519) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 19. RGB value is (195,133,25). Sum of RGB (Red+Green+Blue) = 195+133+25=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C38519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38519 is #3C7AE6. Grayscale: #8B8B8B. Windows color (decimal): -3963623 or 1672643. OLE color: 1672643.

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

Color convert

RGB 195 133 25 -
CMYK 0 0.32 0.87 0.24
HSL 38.12º 0.77% 0.43% -
HSV(B) 38.12º 0.87% 0.76% -
XYZ 31.07 28.45 4.77 -
YUV 139.23 63.54 167.78 -
System Red Green Blue C M Y K H S L
Decimal 195 133 25 0 0.32 0.87 0.24 38.12 0.77 0.43
Hex C3 85 19 0 20 57 18 26 4D 2B
Octal 303 205 31 0 40 127 30 46 115 53
Binary 11000011 10000101 11001 0 100000 1010111 11000 100110 1001101 101011

Color Harmonies of #C38519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38519

Black with #C38519

Text Example


Text Example

White with #C38519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38519; }

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

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

background-color css

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

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

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

border-color css

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

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

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