Html Css Color HEX #C48500 Dark Goldenrod

📋 copy color: '#C48500'

red 196 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #C48500

Tints of Dark Goldenrod #C48500

RGB

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

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

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

R = 59.57%
G = 40.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C48500 (or 0xC48500) is known color: Dark Goldenrod. HEX triplet: C4, 85 and 00. RGB value is (196,133,0). Sum of RGB (Red+Green+Blue) = 196+133+0=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C48500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48500 is #3B7AFF. Grayscale: #898989. Windows color (decimal): -3898112 or 34244. OLE color: 34244.

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

Color convert

RGB 196 133 0 -
CMYK 0 0.32 1 0.23
HSL 40.71º 1% 0.38% -
HSV(B) 40.71º 1% 0.77% -
XYZ 31.15 28.51 3.86 -
YUV 136.68 50.87 170.31 -
System Red Green Blue C M Y K H S L
Decimal 196 133 0 0 0.32 1 0.23 40.71 1 0.38
Hex C4 85 0 0 20 64 17 29 64 26
Octal 304 205 0 0 40 144 27 51 144 46
Binary 11000100 10000101 0 0 100000 1100100 10111 101001 1100100 100110

Color Harmonies of #C48500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48500

Black with #C48500

Text Example


Text Example

White with #C48500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48500; }

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

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

background-color css

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

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

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

border-color css

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

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

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