Html Css Color HEX #C48D0D Dark Goldenrod

📋 copy color: '#C48D0D'

red 196 ◦ green 141 ◦ blue 13

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

Shades of Dark Goldenrod #C48D0D

Tints of Dark Goldenrod #C48D0D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 56%
G = 40.29%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C48D0D (or 0xC48D0D) is known color: Dark Goldenrod. HEX triplet: C4, 8D and 0D. RGB value is (196,141,13). Sum of RGB (Red+Green+Blue) = 196+141+13=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48D0D is #3B72F2. Grayscale: #8F8F8F. Windows color (decimal): -3896051 or 888260. OLE color: 888260.

HSL color Cylindrical-coordinate representation of color #C48D0D: hue angle of 41.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C48D0D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 13 -
CMYK 0 0.28 0.93 0.23
HSL 41.97º 0.88% 0.41% -
HSV(B) 41.97º 0.93% 0.77% -
XYZ 32.36 30.81 4.62 -
YUV 142.85 54.72 165.91 -
System Red Green Blue C M Y K H S L
Decimal 196 141 13 0 0.28 0.93 0.23 41.97 0.88 0.41
Hex C4 8D D 0 1C 5D 17 2A 58 29
Octal 304 215 15 0 34 135 27 52 130 51
Binary 11000100 10001101 1101 0 11100 1011101 10111 101010 1011000 101001

Color Harmonies of #C48D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D0D

Black with #C48D0D

Text Example


Text Example

White with #C48D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D0D; }

 p { color: rgb(196,141,13); }

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

background-color css

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

 a { background-color: rgb(196,141,13); }

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

border-color css

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

 span { border-color: rgb(196,141,13); }

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