Html Css Color HEX #C48C01 Dark Goldenrod

📋 copy color: '#C48C01'

red 196 ◦ green 140 ◦ blue 1

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

Shades of Dark Goldenrod #C48C01

Tints of Dark Goldenrod #C48C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.54%

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

R = 58.16%
G = 41.54%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C48C01 (or 0xC48C01) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 01. RGB value is (196,140,1). Sum of RGB (Red+Green+Blue) = 196+140+1=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C01 is #3B73FE. Grayscale: #8D8D8D. Windows color (decimal): -3896319 or 101572. OLE color: 101572.

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

Color convert

RGB 196 140 1 -
CMYK 0 0.29 0.99 0.23
HSL 42.77º 0.99% 0.39% -
HSV(B) 42.77º 0.99% 0.77% -
XYZ 32.15 30.49 4.22 -
YUV 140.9 49.05 167.3 -
System Red Green Blue C M Y K H S L
Decimal 196 140 1 0 0.29 0.99 0.23 42.77 0.99 0.39
Hex C4 8C 1 0 1D 63 17 2B 63 27
Octal 304 214 1 0 35 143 27 53 143 47
Binary 11000100 10001100 1 0 11101 1100011 10111 101011 1100011 100111

Color Harmonies of #C48C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C01

Black with #C48C01

Text Example


Text Example

White with #C48C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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