Html Css Color HEX #C17207 Dark Goldenrod

📋 copy color: '#C17207'

red 193 ◦ green 114 ◦ blue 7

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

Shades of Dark Goldenrod #C17207

Tints of Dark Goldenrod #C17207

RGB

 RED value IS 193 (75.78% from 255) = 61.46%

 GREEN value IS 114 (44.92% from 255) = 36.31%

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

R = 61.46%
G = 36.31%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C17207 (or 0xC17207) is known color: Dark Goldenrod. HEX triplet: C1, 72 and 07. RGB value is (193,114,7). Sum of RGB (Red+Green+Blue) = 193+114+7=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C17207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17207 is #3E8DF8. Grayscale: #7D7D7D. Windows color (decimal): -4099577 or 488129. OLE color: 488129.

HSL color Cylindrical-coordinate representation of color #C17207: hue angle of 34.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C17207 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 114 7 -
CMYK 0 0.41 0.96 0.24
HSL 34.52º 0.93% 0.39% -
HSV(B) 34.52º 0.96% 0.76% -
XYZ 28.05 23.39 3.24 -
YUV 125.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 193 114 7 0 0.41 0.96 0.24 34.52 0.93 0.39
Hex C1 72 7 0 29 60 18 23 5D 27
Octal 301 162 7 0 51 140 30 43 135 47
Binary 11000001 1110010 111 0 101001 1100000 11000 100011 1011101 100111

Color Harmonies of #C17207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17207

Black with #C17207

Text Example


Text Example

White with #C17207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17207; }

 p { color: rgb(193,114,7); }

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

background-color css

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

 a { background-color: rgb(193,114,7); }

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

border-color css

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

 span { border-color: rgb(193,114,7); }

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