Html Css Color HEX #C69103 Dark Goldenrod

📋 copy color: '#C69103'

red 198 ◦ green 145 ◦ blue 3

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

Shades of Dark Goldenrod #C69103

Tints of Dark Goldenrod #C69103

RGB

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

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

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

R = 57.23%
G = 41.91%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C69103 (or 0xC69103) is known color: Dark Goldenrod. HEX triplet: C6, 91 and 03. RGB value is (198,145,3). Sum of RGB (Red+Green+Blue) = 198+145+3=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C69103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69103 is #396EFC. Grayscale: #919191. Windows color (decimal): -3763965 or 233926. OLE color: 233926.

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

Color convert

RGB 198 145 3 -
CMYK 0 0.27 0.98 0.22
HSL 43.69º 0.97% 0.39% -
HSV(B) 43.69º 0.98% 0.78% -
XYZ 33.43 32.26 4.55 -
YUV 144.66 48.06 166.05 -
System Red Green Blue C M Y K H S L
Decimal 198 145 3 0 0.27 0.98 0.22 43.69 0.97 0.39
Hex C6 91 3 0 1B 62 16 2C 61 27
Octal 306 221 3 0 33 142 26 54 141 47
Binary 11000110 10010001 11 0 11011 1100010 10110 101100 1100001 100111

Color Harmonies of #C69103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69103

Black with #C69103

Text Example


Text Example

White with #C69103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69103; }

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

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

background-color css

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

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

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

border-color css

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

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

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