Html Css Color HEX #C48E00 Dark Goldenrod

📋 copy color: '#C48E00'

red 196 ◦ green 142 ◦ blue 0

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

Shades of Dark Goldenrod #C48E00

Tints of Dark Goldenrod #C48E00

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.01%

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

R = 57.99%
G = 42.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C48E00 (or 0xC48E00) is known color: Dark Goldenrod. HEX triplet: C4, 8E and 00. RGB value is (196,142,0). Sum of RGB (Red+Green+Blue) = 196+142+0=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48E00 is #3B71FF. Grayscale: #8E8E8E. Windows color (decimal): -3895808 or 36548. OLE color: 36548.

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

Color convert

RGB 196 142 0 -
CMYK 0 0.28 1 0.23
HSL 43.47º 1% 0.38% -
HSV(B) 43.47º 1% 0.77% -
XYZ 32.44 31.08 4.29 -
YUV 141.96 47.89 166.55 -
System Red Green Blue C M Y K H S L
Decimal 196 142 0 0 0.28 1 0.23 43.47 1 0.38
Hex C4 8E 0 0 1C 64 17 2B 64 26
Octal 304 216 0 0 34 144 27 53 144 46
Binary 11000100 10001110 0 0 11100 1100100 10111 101011 1100100 100110

Color Harmonies of #C48E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E00

Black with #C48E00

Text Example


Text Example

White with #C48E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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