Html Css Color HEX #C38A17 Dark Goldenrod

📋 copy color: '#C38A17'

red 195 ◦ green 138 ◦ blue 23

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

Shades of Dark Goldenrod #C38A17

Tints of Dark Goldenrod #C38A17

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

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

R = 54.78%
G = 38.76%
B = 6.46%

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

#C38A17 (or 0xC38A17) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 17. RGB value is (195,138,23). Sum of RGB (Red+Green+Blue) = 195+138+23=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A17 is #3C75E8. Grayscale: #8E8E8E. Windows color (decimal): -3962345 or 1542851. OLE color: 1542851.

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

Color convert

RGB 195 138 23 -
CMYK 0 0.29 0.88 0.24
HSL 40.12º 0.79% 0.43% -
HSV(B) 40.12º 0.88% 0.76% -
XYZ 31.75 29.84 4.9 -
YUV 141.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 195 138 23 0 0.29 0.88 0.24 40.12 0.79 0.43
Hex C3 8A 17 0 1D 58 18 28 4F 2B
Octal 303 212 27 0 35 130 30 50 117 53
Binary 11000011 10001010 10111 0 11101 1011000 11000 101000 1001111 101011

Color Harmonies of #C38A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A17

Black with #C38A17

Text Example


Text Example

White with #C38A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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