Html Css Color HEX #C69300 Dark Goldenrod

📋 copy color: '#C69300'

red 198 ◦ green 147 ◦ blue 0

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

Shades of Dark Goldenrod #C69300

Tints of Dark Goldenrod #C69300

RGB

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

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

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

R = 57.39%
G = 42.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C69300 (or 0xC69300) is known color: Dark Goldenrod. HEX triplet: C6, 93 and 00. RGB value is (198,147,0). Sum of RGB (Red+Green+Blue) = 198+147+0=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C69300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69300 is #396CFF. Grayscale: #929292. Windows color (decimal): -3763456 or 37830. OLE color: 37830.

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

Color convert

RGB 198 147 0 -
CMYK 0 0.26 1 0.22
HSL 44.55º 1% 0.39% -
HSV(B) 44.55º 1% 0.78% -
XYZ 33.72 32.87 4.57 -
YUV 145.49 45.9 165.45 -
System Red Green Blue C M Y K H S L
Decimal 198 147 0 0 0.26 1 0.22 44.55 1 0.39
Hex C6 93 0 0 1A 64 16 2D 64 27
Octal 306 223 0 0 32 144 26 55 144 47
Binary 11000110 10010011 0 0 11010 1100100 10110 101101 1100100 100111

Color Harmonies of #C69300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69300

Black with #C69300

Text Example


Text Example

White with #C69300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69300; }

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

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

background-color css

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

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

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

border-color css

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

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

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