Html Css Color HEX #C38401 Dark Goldenrod

📋 copy color: '#C38401'

red 195 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #C38401

Tints of Dark Goldenrod #C38401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 59.45%
G = 40.24%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C38401 (or 0xC38401) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 01. RGB value is (195,132,1). Sum of RGB (Red+Green+Blue) = 195+132+1=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C38401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38401 is #3C7BFE. Grayscale: #888888. Windows color (decimal): -3963903 or 99523. OLE color: 99523.

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

Color convert

RGB 195 132 1 -
CMYK 0 0.32 0.99 0.24
HSL 40.52º 0.99% 0.38% -
HSV(B) 40.52º 0.99% 0.76% -
XYZ 30.76 28.11 3.83 -
YUV 135.9 51.87 170.15 -
System Red Green Blue C M Y K H S L
Decimal 195 132 1 0 0.32 0.99 0.24 40.52 0.99 0.38
Hex C3 84 1 0 20 63 18 29 63 26
Octal 303 204 1 0 40 143 30 51 143 46
Binary 11000011 10000100 1 0 100000 1100011 11000 101001 1100011 100110

Color Harmonies of #C38401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38401

Black with #C38401

Text Example


Text Example

White with #C38401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38401; }

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

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

background-color css

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

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

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

border-color css

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

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

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