Html Css Color HEX #C69403 Dark Goldenrod

📋 copy color: '#C69403'

red 198 ◦ green 148 ◦ blue 3

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

Shades of Dark Goldenrod #C69403

Tints of Dark Goldenrod #C69403

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

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

R = 56.73%
G = 42.41%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C69403 (or 0xC69403) is known color: Dark Goldenrod. HEX triplet: C6, 94 and 03. RGB value is (198,148,3). Sum of RGB (Red+Green+Blue) = 198+148+3=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C69403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69403 is #396BFC. Grayscale: #939393. Windows color (decimal): -3763197 or 234694. OLE color: 234694.

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

Color convert

RGB 198 148 3 -
CMYK 0 0.25 0.98 0.22
HSL 44.62º 0.97% 0.39% -
HSV(B) 44.62º 0.98% 0.78% -
XYZ 33.9 33.19 4.71 -
YUV 146.42 47.07 164.79 -
System Red Green Blue C M Y K H S L
Decimal 198 148 3 0 0.25 0.98 0.22 44.62 0.97 0.39
Hex C6 94 3 0 19 62 16 2D 61 27
Octal 306 224 3 0 31 142 26 55 141 47
Binary 11000110 10010100 11 0 11001 1100010 10110 101101 1100001 100111

Color Harmonies of #C69403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69403

Black with #C69403

Text Example


Text Example

White with #C69403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69403; }

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

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

background-color css

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

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

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

border-color css

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

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

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