Html Css Color HEX #C69305 Dark Goldenrod

📋 copy color: '#C69305'

red 198 ◦ green 147 ◦ blue 5

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

Shades of Dark Goldenrod #C69305

Tints of Dark Goldenrod #C69305

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

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

R = 56.57%
G = 42%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C69305 (or 0xC69305) is known color: Dark Goldenrod. HEX triplet: C6, 93 and 05. RGB value is (198,147,5). Sum of RGB (Red+Green+Blue) = 198+147+5=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C69305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69305 is #396CFA. Grayscale: #929292. Windows color (decimal): -3763451 or 365510. OLE color: 365510.

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

Color convert

RGB 198 147 5 -
CMYK 0 0.26 0.97 0.22
HSL 44.15º 0.95% 0.4% -
HSV(B) 44.15º 0.97% 0.78% -
XYZ 33.75 32.88 4.71 -
YUV 146.06 48.4 165.05 -
System Red Green Blue C M Y K H S L
Decimal 198 147 5 0 0.26 0.97 0.22 44.15 0.95 0.4
Hex C6 93 5 0 1A 61 16 2C 5F 28
Octal 306 223 5 0 32 141 26 54 137 50
Binary 11000110 10010011 101 0 11010 1100001 10110 101100 1011111 101000

Color Harmonies of #C69305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69305

Black with #C69305

Text Example


Text Example

White with #C69305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69305; }

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

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

background-color css

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

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

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

border-color css

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

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

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