Html Css Color HEX #C69803 Dark Goldenrod

📋 copy color: '#C69803'

red 198 ◦ green 152 ◦ blue 3

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

Shades of Dark Goldenrod #C69803

Tints of Dark Goldenrod #C69803

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.06%

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

R = 56.09%
G = 43.06%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C69803 (or 0xC69803) is known color: Dark Goldenrod. HEX triplet: C6, 98 and 03. RGB value is (198,152,3). Sum of RGB (Red+Green+Blue) = 198+152+3=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C69803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69803 is #3967FC. Grayscale: #959595. Windows color (decimal): -3762173 or 235718. OLE color: 235718.

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

Color convert

RGB 198 152 3 -
CMYK 0 0.23 0.98 0.22
HSL 45.85º 0.97% 0.39% -
HSV(B) 45.85º 0.98% 0.78% -
XYZ 34.53 34.47 4.92 -
YUV 148.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 198 152 3 0 0.23 0.98 0.22 45.85 0.97 0.39
Hex C6 98 3 0 17 62 16 2E 61 27
Octal 306 230 3 0 27 142 26 56 141 47
Binary 11000110 10011000 11 0 10111 1100010 10110 101110 1100001 100111

Color Harmonies of #C69803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69803

Black with #C69803

Text Example


Text Example

White with #C69803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69803; }

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

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

background-color css

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

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

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

border-color css

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

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

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