Html Css Color HEX #C38719 Dark Goldenrod

📋 copy color: '#C38719'

red 195 ◦ green 135 ◦ blue 25

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

Shades of Dark Goldenrod #C38719

Tints of Dark Goldenrod #C38719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.03%

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

R = 54.93%
G = 38.03%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C38719 (or 0xC38719) is known color: Dark Goldenrod. HEX triplet: C3, 87 and 19. RGB value is (195,135,25). Sum of RGB (Red+Green+Blue) = 195+135+25=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C38719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38719 is #3C78E6. Grayscale: #8C8C8C. Windows color (decimal): -3963111 or 1673155. OLE color: 1673155.

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

Color convert

RGB 195 135 25 -
CMYK 0 0.31 0.87 0.24
HSL 38.82º 0.77% 0.43% -
HSV(B) 38.82º 0.87% 0.76% -
XYZ 31.35 29 4.87 -
YUV 140.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 195 135 25 0 0.31 0.87 0.24 38.82 0.77 0.43
Hex C3 87 19 0 1F 57 18 27 4D 2B
Octal 303 207 31 0 37 127 30 47 115 53
Binary 11000011 10000111 11001 0 11111 1010111 11000 100111 1001101 101011

Color Harmonies of #C38719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38719

Black with #C38719

Text Example


Text Example

White with #C38719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38719; }

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

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

background-color css

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

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

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

border-color css

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

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

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