Html Css Color HEX #C38B17 Dark Goldenrod

📋 copy color: '#C38B17'

red 195 ◦ green 139 ◦ blue 23

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

Shades of Dark Goldenrod #C38B17

Tints of Dark Goldenrod #C38B17

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.94%

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

R = 54.62%
G = 38.94%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C38B17 (or 0xC38B17) is known color: Dark Goldenrod. HEX triplet: C3, 8B and 17. RGB value is (195,139,23). Sum of RGB (Red+Green+Blue) = 195+139+23=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38B17 is #3C74E8. Grayscale: #8F8F8F. Windows color (decimal): -3962089 or 1543107. OLE color: 1543107.

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

Color convert

RGB 195 139 23 -
CMYK 0 0.29 0.88 0.24
HSL 40.47º 0.79% 0.43% -
HSV(B) 40.47º 0.88% 0.76% -
XYZ 31.89 30.13 4.95 -
YUV 142.52 60.55 165.43 -
System Red Green Blue C M Y K H S L
Decimal 195 139 23 0 0.29 0.88 0.24 40.47 0.79 0.43
Hex C3 8B 17 0 1D 58 18 28 4F 2B
Octal 303 213 27 0 35 130 30 50 117 53
Binary 11000011 10001011 10111 0 11101 1011000 11000 101000 1001111 101011

Color Harmonies of #C38B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B17

Black with #C38B17

Text Example


Text Example

White with #C38B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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