Html Css Color HEX #C68403 Dark Goldenrod

📋 copy color: '#C68403'

red 198 ◦ green 132 ◦ blue 3

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

Shades of Dark Goldenrod #C68403

Tints of Dark Goldenrod #C68403

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

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

R = 59.46%
G = 39.64%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C68403 (or 0xC68403) is known color: Dark Goldenrod. HEX triplet: C6, 84 and 03. RGB value is (198,132,3). Sum of RGB (Red+Green+Blue) = 198+132+3=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C68403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68403 is #397BFC. Grayscale: #898989. Windows color (decimal): -3767293 or 230598. OLE color: 230598.

HSL color Cylindrical-coordinate representation of color #C68403: hue angle of 39.69º 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 #C68403 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 132 3 -
CMYK 0 0.33 0.98 0.22
HSL 39.69º 0.97% 0.39% -
HSV(B) 39.69º 0.98% 0.78% -
XYZ 31.56 28.51 3.93 -
YUV 137.03 52.37 171.49 -
System Red Green Blue C M Y K H S L
Decimal 198 132 3 0 0.33 0.98 0.22 39.69 0.97 0.39
Hex C6 84 3 0 21 62 16 28 61 27
Octal 306 204 3 0 41 142 26 50 141 47
Binary 11000110 10000100 11 0 100001 1100010 10110 101000 1100001 100111

Color Harmonies of #C68403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68403

Black with #C68403

Text Example


Text Example

White with #C68403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68403; }

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

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

background-color css

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

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

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

border-color css

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

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

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