Html Css Color HEX #C38200 Dark Goldenrod

📋 copy color: '#C38200'

red 195 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #C38200

Tints of Dark Goldenrod #C38200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C38200 (or 0xC38200) is known color: Dark Goldenrod. HEX triplet: C3, 82 and 00. RGB value is (195,130,0). Sum of RGB (Red+Green+Blue) = 195+130+0=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C38200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38200 is #3C7DFF. Grayscale: #878787. Windows color (decimal): -3964416 or 33475. OLE color: 33475.

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

Color convert

RGB 195 130 0 -
CMYK 0 0.33 1 0.24
HSL 40º 1% 0.38% -
HSV(B) 40º 1% 0.76% -
XYZ 30.49 27.57 3.71 -
YUV 134.62 52.03 171.07 -
System Red Green Blue C M Y K H S L
Decimal 195 130 0 0 0.33 1 0.24 40 1 0.38
Hex C3 82 0 0 21 64 18 28 64 26
Octal 303 202 0 0 41 144 30 50 144 46
Binary 11000011 10000010 0 0 100001 1100100 11000 101000 1100100 100110

Color Harmonies of #C38200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38200

Black with #C38200

Text Example


Text Example

White with #C38200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38200; }

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

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

background-color css

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

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

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

border-color css

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

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

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