Html Css Color HEX #C38400 Dark Goldenrod

📋 copy color: '#C38400'

red 195 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #C38400

Tints of Dark Goldenrod #C38400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.63%
G = 40.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C38400 (or 0xC38400) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 00. RGB value is (195,132,0). Sum of RGB (Red+Green+Blue) = 195+132+0=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C38400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38400 is #3C7BFF. Grayscale: #888888. Windows color (decimal): -3963904 or 33987. OLE color: 33987.

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

Color convert

RGB 195 132 0 -
CMYK 0 0.32 1 0.24
HSL 40.62º 1% 0.38% -
HSV(B) 40.62º 1% 0.76% -
XYZ 30.76 28.1 3.8 -
YUV 135.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 195 132 0 0 0.32 1 0.24 40.62 1 0.38
Hex C3 84 0 0 20 64 18 29 64 26
Octal 303 204 0 0 40 144 30 51 144 46
Binary 11000011 10000100 0 0 100000 1100100 11000 101001 1100100 100110

Color Harmonies of #C38400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38400

Black with #C38400

Text Example


Text Example

White with #C38400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38400; }

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

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

background-color css

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

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

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

border-color css

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

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

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