Html Css Color HEX #C67403 Dark Goldenrod

📋 copy color: '#C67403'

red 198 ◦ green 116 ◦ blue 3

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

Shades of Dark Goldenrod #C67403

Tints of Dark Goldenrod #C67403

RGB

 RED value IS 198 (77.73% from 255) = 62.46%

 GREEN value IS 116 (45.7% from 255) = 36.59%

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

R = 62.46%
G = 36.59%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C67403 (or 0xC67403) is known color: Dark Goldenrod. HEX triplet: C6, 74 and 03. RGB value is (198,116,3). Sum of RGB (Red+Green+Blue) = 198+116+3=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C67403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67403 is #398BFC. Grayscale: #808080. Windows color (decimal): -3771389 or 226502. OLE color: 226502.

HSL color Cylindrical-coordinate representation of color #C67403: hue angle of 34.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C67403 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 116 3 -
CMYK 0 0.41 0.98 0.22
HSL 34.77º 0.97% 0.39% -
HSV(B) 34.77º 0.98% 0.78% -
XYZ 29.55 24.5 3.26 -
YUV 127.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 198 116 3 0 0.41 0.98 0.22 34.77 0.97 0.39
Hex C6 74 3 0 29 62 16 23 61 27
Octal 306 164 3 0 51 142 26 43 141 47
Binary 11000110 1110100 11 0 101001 1100010 10110 100011 1100001 100111

Color Harmonies of #C67403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67403

Black with #C67403

Text Example


Text Example

White with #C67403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67403; }

 p { color: rgb(198,116,3); }

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

background-color css

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

 a { background-color: rgb(198,116,3); }

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

border-color css

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

 span { border-color: rgb(198,116,3); }

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