Html Css Color HEX #C48C00 Dark Goldenrod

📋 copy color: '#C48C00'

red 196 ◦ green 140 ◦ blue 0

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

Shades of Dark Goldenrod #C48C00

Tints of Dark Goldenrod #C48C00

RGB

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

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

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

R = 58.33%
G = 41.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C48C00 (or 0xC48C00) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 00. RGB value is (196,140,0). Sum of RGB (Red+Green+Blue) = 196+140+0=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C00 is #3B73FF. Grayscale: #8D8D8D. Windows color (decimal): -3896320 or 36036. OLE color: 36036.

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

Color convert

RGB 196 140 0 -
CMYK 0 0.29 1 0.23
HSL 42.86º 1% 0.38% -
HSV(B) 42.86º 1% 0.77% -
XYZ 32.14 30.49 4.19 -
YUV 140.78 48.55 167.38 -
System Red Green Blue C M Y K H S L
Decimal 196 140 0 0 0.29 1 0.23 42.86 1 0.38
Hex C4 8C 0 0 1D 64 17 2B 64 26
Octal 304 214 0 0 35 144 27 53 144 46
Binary 11000100 10001100 0 0 11101 1100100 10111 101011 1100100 100110

Color Harmonies of #C48C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C00

Black with #C48C00

Text Example


Text Example

White with #C48C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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