Html Css Color HEX #C48C04 Dark Goldenrod

📋 copy color: '#C48C04'

red 196 ◦ green 140 ◦ blue 4

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

Shades of Dark Goldenrod #C48C04

Tints of Dark Goldenrod #C48C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 57.65%
G = 41.18%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C48C04 (or 0xC48C04) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 04. RGB value is (196,140,4). Sum of RGB (Red+Green+Blue) = 196+140+4=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C04 is #3B73FB. Grayscale: #8D8D8D. Windows color (decimal): -3896316 or 298180. OLE color: 298180.

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

Color convert

RGB 196 140 4 -
CMYK 0 0.29 0.98 0.23
HSL 42.5º 0.96% 0.39% -
HSV(B) 42.5º 0.98% 0.77% -
XYZ 32.16 30.5 4.31 -
YUV 141.24 50.55 167.06 -
System Red Green Blue C M Y K H S L
Decimal 196 140 4 0 0.29 0.98 0.23 42.5 0.96 0.39
Hex C4 8C 4 0 1D 62 17 2A 60 27
Octal 304 214 4 0 35 142 27 52 140 47
Binary 11000100 10001100 100 0 11101 1100010 10111 101010 1100000 100111

Color Harmonies of #C48C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C04

Black with #C48C04

Text Example


Text Example

White with #C48C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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