Html Css Color HEX #C16F03 Dark Goldenrod

📋 copy color: '#C16F03'

red 193 ◦ green 111 ◦ blue 3

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

Shades of Dark Goldenrod #C16F03

Tints of Dark Goldenrod #C16F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 62.87%
G = 36.16%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C16F03 (or 0xC16F03) is known color: Dark Goldenrod. HEX triplet: C1, 6F and 03. RGB value is (193,111,3). Sum of RGB (Red+Green+Blue) = 193+111+3=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16F03 is #3E90FC. Grayscale: #7B7B7B. Windows color (decimal): -4100349 or 225217. OLE color: 225217.

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

Color convert

RGB 193 111 3 -
CMYK 0 0.42 0.98 0.24
HSL 34.11º 0.97% 0.38% -
HSV(B) 34.11º 0.98% 0.76% -
XYZ 27.69 22.71 3.01 -
YUV 123.21 60.17 177.78 -
System Red Green Blue C M Y K H S L
Decimal 193 111 3 0 0.42 0.98 0.24 34.11 0.97 0.38
Hex C1 6F 3 0 2A 62 18 22 61 26
Octal 301 157 3 0 52 142 30 42 141 46
Binary 11000001 1101111 11 0 101010 1100010 11000 100010 1100001 100110

Color Harmonies of #C16F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F03

Black with #C16F03

Text Example


Text Example

White with #C16F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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