Html Css Color HEX #C16F08 Dark Goldenrod

📋 copy color: '#C16F08'

red 193 ◦ green 111 ◦ blue 8

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

Shades of Dark Goldenrod #C16F08

Tints of Dark Goldenrod #C16F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 61.86%
G = 35.58%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C16F08 (or 0xC16F08) is known color: Dark Goldenrod. HEX triplet: C1, 6F and 08. RGB value is (193,111,8). Sum of RGB (Red+Green+Blue) = 193+111+8=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16F08 is #3E90F7. Grayscale: #7C7C7C. Windows color (decimal): -4100344 or 552897. OLE color: 552897.

HSL color Cylindrical-coordinate representation of color #C16F08: hue angle of 33.41º degrees, saturation: 0.92, 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 #C16F08 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 111 8 -
CMYK 0 0.42 0.96 0.24
HSL 33.41º 0.92% 0.39% -
HSV(B) 33.41º 0.96% 0.76% -
XYZ 27.72 22.72 3.15 -
YUV 123.78 62.67 177.38 -
System Red Green Blue C M Y K H S L
Decimal 193 111 8 0 0.42 0.96 0.24 33.41 0.92 0.39
Hex C1 6F 8 0 2A 60 18 21 5C 27
Octal 301 157 10 0 52 140 30 41 134 47
Binary 11000001 1101111 1000 0 101010 1100000 11000 100001 1011100 100111

Color Harmonies of #C16F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F08

Black with #C16F08

Text Example


Text Example

White with #C16F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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