Html Css Color HEX #C47E06 Dark Goldenrod

📋 copy color: '#C47E06'

red 196 ◦ green 126 ◦ blue 6

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

Shades of Dark Goldenrod #C47E06

Tints of Dark Goldenrod #C47E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 59.76%
G = 38.41%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C47E06 (or 0xC47E06) is known color: Dark Goldenrod. HEX triplet: C4, 7E and 06. RGB value is (196,126,6). Sum of RGB (Red+Green+Blue) = 196+126+6=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E06 is #3B81F9. Grayscale: #858585. Windows color (decimal): -3899898 or 425668. OLE color: 425668.

HSL color Cylindrical-coordinate representation of color #C47E06: hue angle of 37.89º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C47E06 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 126 6 -
CMYK 0 0.36 0.97 0.23
HSL 37.89º 0.94% 0.4% -
HSV(B) 37.89º 0.97% 0.77% -
XYZ 30.26 26.67 3.73 -
YUV 133.25 56.19 172.76 -
System Red Green Blue C M Y K H S L
Decimal 196 126 6 0 0.36 0.97 0.23 37.89 0.94 0.4
Hex C4 7E 6 0 24 61 17 26 5E 28
Octal 304 176 6 0 44 141 27 46 136 50
Binary 11000100 1111110 110 0 100100 1100001 10111 100110 1011110 101000

Color Harmonies of #C47E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E06

Black with #C47E06

Text Example


Text Example

White with #C47E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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