Html Css Color HEX #C48601 Dark Goldenrod

📋 copy color: '#C48601'

red 196 ◦ green 134 ◦ blue 1

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

Shades of Dark Goldenrod #C48601

Tints of Dark Goldenrod #C48601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 59.21%
G = 40.48%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C48601 (or 0xC48601) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 01. RGB value is (196,134,1). Sum of RGB (Red+Green+Blue) = 196+134+1=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C48601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48601 is #3B79FE. Grayscale: #898989. Windows color (decimal): -3897855 or 100036. OLE color: 100036.

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

Color convert

RGB 196 134 1 -
CMYK 0 0.32 0.99 0.23
HSL 40.92º 0.99% 0.39% -
HSV(B) 40.92º 0.99% 0.77% -
XYZ 31.3 28.79 3.94 -
YUV 137.38 51.04 169.81 -
System Red Green Blue C M Y K H S L
Decimal 196 134 1 0 0.32 0.99 0.23 40.92 0.99 0.39
Hex C4 86 1 0 20 63 17 29 63 27
Octal 304 206 1 0 40 143 27 51 143 47
Binary 11000100 10000110 1 0 100000 1100011 10111 101001 1100011 100111

Color Harmonies of #C48601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48601

Black with #C48601

Text Example


Text Example

White with #C48601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48601; }

 p { color: rgb(196,134,1); }

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

background-color css

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

 a { background-color: rgb(196,134,1); }

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

border-color css

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

 span { border-color: rgb(196,134,1); }

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