Html Css Color HEX #C69605 Dark Goldenrod

📋 copy color: '#C69605'

red 198 ◦ green 150 ◦ blue 5

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

Shades of Dark Goldenrod #C69605

Tints of Dark Goldenrod #C69605

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

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

R = 56.09%
G = 42.49%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C69605 (or 0xC69605) is known color: Dark Goldenrod. HEX triplet: C6, 96 and 05. RGB value is (198,150,5). Sum of RGB (Red+Green+Blue) = 198+150+5=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C69605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69605 is #3969FA. Grayscale: #949494. Windows color (decimal): -3762683 or 366278. OLE color: 366278.

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

Color convert

RGB 198 150 5 -
CMYK 0 0.24 0.97 0.22
HSL 45.08º 0.95% 0.4% -
HSV(B) 45.08º 0.97% 0.78% -
XYZ 34.22 33.83 4.87 -
YUV 147.82 47.4 163.79 -
System Red Green Blue C M Y K H S L
Decimal 198 150 5 0 0.24 0.97 0.22 45.08 0.95 0.4
Hex C6 96 5 0 18 61 16 2D 5F 28
Octal 306 226 5 0 30 141 26 55 137 50
Binary 11000110 10010110 101 0 11000 1100001 10110 101101 1011111 101000

Color Harmonies of #C69605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69605

Black with #C69605

Text Example


Text Example

White with #C69605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69605; }

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

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

background-color css

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

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

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

border-color css

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

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

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