Html Css Color HEX #C69105 Dark Goldenrod

📋 copy color: '#C69105'

red 198 ◦ green 145 ◦ blue 5

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

Shades of Dark Goldenrod #C69105

Tints of Dark Goldenrod #C69105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 56.9%
G = 41.67%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C69105 (or 0xC69105) is known color: Dark Goldenrod. HEX triplet: C6, 91 and 05. RGB value is (198,145,5). Sum of RGB (Red+Green+Blue) = 198+145+5=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C69105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69105 is #396EFA. Grayscale: #919191. Windows color (decimal): -3763963 or 364998. OLE color: 364998.

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

Color convert

RGB 198 145 5 -
CMYK 0 0.27 0.97 0.22
HSL 43.52º 0.95% 0.4% -
HSV(B) 43.52º 0.97% 0.78% -
XYZ 33.44 32.27 4.61 -
YUV 144.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 198 145 5 0 0.27 0.97 0.22 43.52 0.95 0.4
Hex C6 91 5 0 1B 61 16 2C 5F 28
Octal 306 221 5 0 33 141 26 54 137 50
Binary 11000110 10010001 101 0 11011 1100001 10110 101100 1011111 101000

Color Harmonies of #C69105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69105

Black with #C69105

Text Example


Text Example

White with #C69105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69105; }

 p { color: rgb(198,145,5); }

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

background-color css

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

 a { background-color: rgb(198,145,5); }

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

border-color css

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

 span { border-color: rgb(198,145,5); }

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