Html Css Color HEX #C47E00 Dark Goldenrod

📋 copy color: '#C47E00'

red 196 ◦ green 126 ◦ blue 0

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

Shades of Dark Goldenrod #C47E00

Tints of Dark Goldenrod #C47E00

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.13%

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

R = 60.87%
G = 39.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C47E00 (or 0xC47E00) is known color: Dark Goldenrod. HEX triplet: C4, 7E and 00. RGB value is (196,126,0). Sum of RGB (Red+Green+Blue) = 196+126+0=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E00 is #3B81FF. Grayscale: #858585. Windows color (decimal): -3899904 or 32452. OLE color: 32452.

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

Color convert

RGB 196 126 0 -
CMYK 0 0.36 1 0.23
HSL 38.57º 1% 0.38% -
HSV(B) 38.57º 1% 0.77% -
XYZ 30.23 26.66 3.55 -
YUV 132.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 196 126 0 0 0.36 1 0.23 38.57 1 0.38
Hex C4 7E 0 0 24 64 17 27 64 26
Octal 304 176 0 0 44 144 27 47 144 46
Binary 11000100 1111110 0 0 100100 1100100 10111 100111 1100100 100110

Color Harmonies of #C47E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E00

Black with #C47E00

Text Example


Text Example

White with #C47E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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