Html Css Color HEX #C47507 Dark Goldenrod

📋 copy color: '#C47507'

red 196 ◦ green 117 ◦ blue 7

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

Shades of Dark Goldenrod #C47507

Tints of Dark Goldenrod #C47507

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 61.25%
G = 36.56%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C47507 (or 0xC47507) is known color: Dark Goldenrod. HEX triplet: C4, 75 and 07. RGB value is (196,117,7). Sum of RGB (Red+Green+Blue) = 196+117+7=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C47507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47507 is #3B8AF8. Grayscale: #808080. Windows color (decimal): -3902201 or 488900. OLE color: 488900.

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

Color convert

RGB 196 117 7 -
CMYK 0 0.40 0.96 0.23
HSL 34.92º 0.93% 0.4% -
HSV(B) 34.92º 0.96% 0.77% -
XYZ 29.16 24.47 3.39 -
YUV 128.08 59.67 176.44 -
System Red Green Blue C M Y K H S L
Decimal 196 117 7 0 0.40 0.96 0.23 34.92 0.93 0.4
Hex C4 75 7 0 28 60 17 23 5D 28
Octal 304 165 7 0 50 140 27 43 135 50
Binary 11000100 1110101 111 0 101000 1100000 10111 100011 1011101 101000

Color Harmonies of #C47507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47507

Black with #C47507

Text Example


Text Example

White with #C47507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47507; }

 p { color: rgb(196,117,7); }

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

background-color css

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

 a { background-color: rgb(196,117,7); }

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

border-color css

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

 span { border-color: rgb(196,117,7); }

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