Html Css Color HEX #C69600 Dark Goldenrod

📋 copy color: '#C69600'

red 198 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #C69600

Tints of Dark Goldenrod #C69600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.9%
G = 43.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C69600 (or 0xC69600) is known color: Dark Goldenrod. HEX triplet: C6, 96 and 00. RGB value is (198,150,0). Sum of RGB (Red+Green+Blue) = 198+150+0=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C69600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69600 is #3969FF. Grayscale: #939393. Windows color (decimal): -3762688 or 38598. OLE color: 38598.

HSL color Cylindrical-coordinate representation of color #C69600: hue angle of 45.45º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C69600 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 0 -
CMYK 0 0.24 1 0.22
HSL 45.45º 1% 0.39% -
HSV(B) 45.45º 1% 0.78% -
XYZ 34.2 33.82 4.73 -
YUV 147.25 44.9 164.2 -
System Red Green Blue C M Y K H S L
Decimal 198 150 0 0 0.24 1 0.22 45.45 1 0.39
Hex C6 96 0 0 18 64 16 2D 64 27
Octal 306 226 0 0 30 144 26 55 144 47
Binary 11000110 10010110 0 0 11000 1100100 10110 101101 1100100 100111

Color Harmonies of #C69600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69600

Black with #C69600

Text Example


Text Example

White with #C69600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69600; }

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

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

background-color css

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

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

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

border-color css

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

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

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