Html Css Color HEX #C38417 Dark Goldenrod

📋 copy color: '#C38417'

red 195 ◦ green 132 ◦ blue 23

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

Shades of Dark Goldenrod #C38417

Tints of Dark Goldenrod #C38417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

 BLUE value IS 23 (9.38% from 255) = 6.57%

R = 55.71%
G = 37.71%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C38417 (or 0xC38417) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 17. RGB value is (195,132,23). Sum of RGB (Red+Green+Blue) = 195+132+23=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C38417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38417 is #3C7BE8. Grayscale: #8A8A8A. Windows color (decimal): -3963881 or 1541315. OLE color: 1541315.

HSL color Cylindrical-coordinate representation of color #C38417: hue angle of 38.02º degrees, saturation: 0.79, 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 #C38417 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 23 -
CMYK 0 0.32 0.88 0.24
HSL 38.02º 0.79% 0.43% -
HSV(B) 38.02º 0.88% 0.76% -
XYZ 30.91 28.17 4.62 -
YUV 138.41 62.87 168.36 -
System Red Green Blue C M Y K H S L
Decimal 195 132 23 0 0.32 0.88 0.24 38.02 0.79 0.43
Hex C3 84 17 0 20 58 18 26 4F 2B
Octal 303 204 27 0 40 130 30 46 117 53
Binary 11000011 10000100 10111 0 100000 1011000 11000 100110 1001111 101011

Color Harmonies of #C38417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38417

Black with #C38417

Text Example


Text Example

White with #C38417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38417; }

 p { color: rgb(195,132,23); }

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

background-color css

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

 a { background-color: rgb(195,132,23); }

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

border-color css

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

 span { border-color: rgb(195,132,23); }

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