Html Css Color HEX #C48000 Dark Goldenrod

📋 copy color: '#C48000'

red 196 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #C48000

Tints of Dark Goldenrod #C48000

RGB

 RED value IS 196 (76.95% from 255) = 60.49%

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

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

R = 60.49%
G = 39.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C48000 (or 0xC48000) is known color: Dark Goldenrod. HEX triplet: C4, 80 and 00. RGB value is (196,128,0). Sum of RGB (Red+Green+Blue) = 196+128+0=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C48000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48000 is #3B7FFF. Grayscale: #868686. Windows color (decimal): -3899392 or 32964. OLE color: 32964.

HSL color Cylindrical-coordinate representation of color #C48000: hue angle of 39.18º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C48000 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 0 -
CMYK 0 0.35 1 0.23
HSL 39.18º 1% 0.38% -
HSV(B) 39.18º 1% 0.77% -
XYZ 30.48 27.17 3.64 -
YUV 133.74 52.53 172.41 -
System Red Green Blue C M Y K H S L
Decimal 196 128 0 0 0.35 1 0.23 39.18 1 0.38
Hex C4 80 0 0 23 64 17 27 64 26
Octal 304 200 0 0 43 144 27 47 144 46
Binary 11000100 10000000 0 0 100011 1100100 10111 100111 1100100 100110

Color Harmonies of #C48000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48000

Black with #C48000

Text Example


Text Example

White with #C48000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48000; }

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

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

background-color css

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

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

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

border-color css

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

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

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