Html Css Color HEX #C38600 Dark Goldenrod

📋 copy color: '#C38600'

red 195 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #C38600

Tints of Dark Goldenrod #C38600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.73%

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

R = 59.27%
G = 40.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C38600 (or 0xC38600) is known color: Dark Goldenrod. HEX triplet: C3, 86 and 00. RGB value is (195,134,0). Sum of RGB (Red+Green+Blue) = 195+134+0=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C38600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38600 is #3C79FF. Grayscale: #898989. Windows color (decimal): -3963392 or 34499. OLE color: 34499.

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

Color convert

RGB 195 134 0 -
CMYK 0 0.31 1 0.24
HSL 41.23º 1% 0.38% -
HSV(B) 41.23º 1% 0.76% -
XYZ 31.03 28.65 3.89 -
YUV 136.96 50.71 169.4 -
System Red Green Blue C M Y K H S L
Decimal 195 134 0 0 0.31 1 0.24 41.23 1 0.38
Hex C3 86 0 0 1F 64 18 29 64 26
Octal 303 206 0 0 37 144 30 51 144 46
Binary 11000011 10000110 0 0 11111 1100100 11000 101001 1100100 100110

Color Harmonies of #C38600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38600

Black with #C38600

Text Example


Text Example

White with #C38600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38600; }

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

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

background-color css

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

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

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

border-color css

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

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

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