Html Css Color HEX #C38000 Dark Goldenrod

📋 copy color: '#C38000'

red 195 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #C38000

Tints of Dark Goldenrod #C38000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.63%

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

R = 60.37%
G = 39.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C38000 (or 0xC38000) is known color: Dark Goldenrod. HEX triplet: C3, 80 and 00. RGB value is (195,128,0). Sum of RGB (Red+Green+Blue) = 195+128+0=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C38000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38000 is #3C7FFF. Grayscale: #868686. Windows color (decimal): -3964928 or 32963. OLE color: 32963.

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

Color convert

RGB 195 128 0 -
CMYK 0 0.34 1 0.24
HSL 39.38º 1% 0.38% -
HSV(B) 39.38º 1% 0.76% -
XYZ 30.22 27.04 3.63 -
YUV 133.44 52.7 171.91 -
System Red Green Blue C M Y K H S L
Decimal 195 128 0 0 0.34 1 0.24 39.38 1 0.38
Hex C3 80 0 0 22 64 18 27 64 26
Octal 303 200 0 0 42 144 30 47 144 46
Binary 11000011 10000000 0 0 100010 1100100 11000 100111 1100100 100110

Color Harmonies of #C38000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38000

Black with #C38000

Text Example


Text Example

White with #C38000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38000; }

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

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

background-color css

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

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

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

border-color css

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

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

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