Html Css Color HEX #C69004 Dark Goldenrod

📋 copy color: '#C69004'

red 198 ◦ green 144 ◦ blue 4

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

Shades of Dark Goldenrod #C69004

Tints of Dark Goldenrod #C69004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.62%

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 57.23%
G = 41.62%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C69004 (or 0xC69004) is known color: Dark Goldenrod. HEX triplet: C6, 90 and 04. RGB value is (198,144,4). Sum of RGB (Red+Green+Blue) = 198+144+4=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C69004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69004 is #396FFB. Grayscale: #909090. Windows color (decimal): -3764220 or 299206. OLE color: 299206.

HSL color Cylindrical-coordinate representation of color #C69004: hue angle of 43.3º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C69004 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 4 -
CMYK 0 0.27 0.98 0.22
HSL 43.3º 0.96% 0.4% -
HSV(B) 43.3º 0.98% 0.78% -
XYZ 33.28 31.96 4.53 -
YUV 144.19 48.89 166.38 -
System Red Green Blue C M Y K H S L
Decimal 198 144 4 0 0.27 0.98 0.22 43.3 0.96 0.4
Hex C6 90 4 0 1B 62 16 2B 60 28
Octal 306 220 4 0 33 142 26 53 140 50
Binary 11000110 10010000 100 0 11011 1100010 10110 101011 1100000 101000

Color Harmonies of #C69004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69004

Black with #C69004

Text Example


Text Example

White with #C69004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69004; }

 p { color: rgb(198,144,4); }

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

background-color css

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

 a { background-color: rgb(198,144,4); }

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

border-color css

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

 span { border-color: rgb(198,144,4); }

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