Html Css Color HEX #C69400 Dark Goldenrod

📋 copy color: '#C69400'

red 198 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #C69400

Tints of Dark Goldenrod #C69400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

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

R = 57.23%
G = 42.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C69400 (or 0xC69400) is known color: Dark Goldenrod. HEX triplet: C6, 94 and 00. RGB value is (198,148,0). Sum of RGB (Red+Green+Blue) = 198+148+0=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C69400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69400 is #396BFF. Grayscale: #929292. Windows color (decimal): -3763200 or 38086. OLE color: 38086.

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

Color convert

RGB 198 148 0 -
CMYK 0 0.25 1 0.22
HSL 44.85º 1% 0.39% -
HSV(B) 44.85º 1% 0.78% -
XYZ 33.88 33.19 4.62 -
YUV 146.08 45.57 165.03 -
System Red Green Blue C M Y K H S L
Decimal 198 148 0 0 0.25 1 0.22 44.85 1 0.39
Hex C6 94 0 0 19 64 16 2D 64 27
Octal 306 224 0 0 31 144 26 55 144 47
Binary 11000110 10010100 0 0 11001 1100100 10110 101101 1100100 100111

Color Harmonies of #C69400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69400

Black with #C69400

Text Example


Text Example

White with #C69400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69400; }

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

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

background-color css

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

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

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

border-color css

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

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

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