Html Css Color HEX #C47C00 Dark Goldenrod

📋 copy color: '#C47C00'

red 196 ◦ green 124 ◦ blue 0

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

Shades of Dark Goldenrod #C47C00

Tints of Dark Goldenrod #C47C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.75%

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

R = 61.25%
G = 38.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C47C00 (or 0xC47C00) is known color: Dark Goldenrod. HEX triplet: C4, 7C and 00. RGB value is (196,124,0). Sum of RGB (Red+Green+Blue) = 196+124+0=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47C00 is #3B83FF. Grayscale: #838383. Windows color (decimal): -3900416 or 31940. OLE color: 31940.

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

Color convert

RGB 196 124 0 -
CMYK 0 0.37 1 0.23
HSL 37.96º 1% 0.38% -
HSV(B) 37.96º 1% 0.77% -
XYZ 29.97 26.15 3.47 -
YUV 131.39 53.85 174.08 -
System Red Green Blue C M Y K H S L
Decimal 196 124 0 0 0.37 1 0.23 37.96 1 0.38
Hex C4 7C 0 0 25 64 17 26 64 26
Octal 304 174 0 0 45 144 27 46 144 46
Binary 11000100 1111100 0 0 100101 1100100 10111 100110 1100100 100110

Color Harmonies of #C47C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C00

Black with #C47C00

Text Example


Text Example

White with #C47C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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