Html Css Color HEX #C16F05 Dark Goldenrod

📋 copy color: '#C16F05'

red 193 ◦ green 111 ◦ blue 5

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

Shades of Dark Goldenrod #C16F05

Tints of Dark Goldenrod #C16F05

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.92%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 62.46%
G = 35.92%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C16F05 (or 0xC16F05) is known color: Dark Goldenrod. HEX triplet: C1, 6F and 05. RGB value is (193,111,5). Sum of RGB (Red+Green+Blue) = 193+111+5=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16F05 is #3E90FA. Grayscale: #7B7B7B. Windows color (decimal): -4100347 or 356289. OLE color: 356289.

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

Color convert

RGB 193 111 5 -
CMYK 0 0.42 0.97 0.24
HSL 33.83º 0.95% 0.39% -
HSV(B) 33.83º 0.97% 0.76% -
XYZ 27.7 22.72 3.07 -
YUV 123.43 61.17 177.62 -
System Red Green Blue C M Y K H S L
Decimal 193 111 5 0 0.42 0.97 0.24 33.83 0.95 0.39
Hex C1 6F 5 0 2A 61 18 22 5F 27
Octal 301 157 5 0 52 141 30 42 137 47
Binary 11000001 1101111 101 0 101010 1100001 11000 100010 1011111 100111

Color Harmonies of #C16F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F05

Black with #C16F05

Text Example


Text Example

White with #C16F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F05; }

 p { color: rgb(193,111,5); }

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

background-color css

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

 a { background-color: rgb(193,111,5); }

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

border-color css

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

 span { border-color: rgb(193,111,5); }

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