Html Css Color HEX #C38501 Dark Goldenrod

📋 copy color: '#C38501'

red 195 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #C38501

Tints of Dark Goldenrod #C38501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

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

R = 59.27%
G = 40.43%
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

#C38501 (or 0xC38501) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 01. RGB value is (195,133,1). Sum of RGB (Red+Green+Blue) = 195+133+1=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C38501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38501 is #3C7AFE. Grayscale: #898989. Windows color (decimal): -3963647 or 99779. OLE color: 99779.

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

Color convert

RGB 195 133 1 -
CMYK 0 0.32 0.99 0.24
HSL 40.82º 0.99% 0.38% -
HSV(B) 40.82º 0.99% 0.76% -
XYZ 30.9 28.38 3.88 -
YUV 136.49 51.54 169.73 -
System Red Green Blue C M Y K H S L
Decimal 195 133 1 0 0.32 0.99 0.24 40.82 0.99 0.38
Hex C3 85 1 0 20 63 18 29 63 26
Octal 303 205 1 0 40 143 30 51 143 46
Binary 11000011 10000101 1 0 100000 1100011 11000 101001 1100011 100110

Color Harmonies of #C38501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38501

Black with #C38501

Text Example


Text Example

White with #C38501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38501; }

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

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

background-color css

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

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

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

border-color css

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

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

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