Html Css Color HEX #C69408 Dark Goldenrod

📋 copy color: '#C69408'

red 198 ◦ green 148 ◦ blue 8

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

Shades of Dark Goldenrod #C69408

Tints of Dark Goldenrod #C69408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 55.93%
G = 41.81%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C69408 (or 0xC69408) is known color: Dark Goldenrod. HEX triplet: C6, 94 and 08. RGB value is (198,148,8). Sum of RGB (Red+Green+Blue) = 198+148+8=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C69408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69408 is #396BF7. Grayscale: #939393. Windows color (decimal): -3763192 or 562374. OLE color: 562374.

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

Color convert

RGB 198 148 8 -
CMYK 0 0.25 0.96 0.22
HSL 44.21º 0.92% 0.4% -
HSV(B) 44.21º 0.96% 0.78% -
XYZ 33.92 33.2 4.85 -
YUV 146.99 49.57 164.38 -
System Red Green Blue C M Y K H S L
Decimal 198 148 8 0 0.25 0.96 0.22 44.21 0.92 0.4
Hex C6 94 8 0 19 60 16 2C 5C 28
Octal 306 224 10 0 31 140 26 54 134 50
Binary 11000110 10010100 1000 0 11001 1100000 10110 101100 1011100 101000

Color Harmonies of #C69408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69408

Black with #C69408

Text Example


Text Example

White with #C69408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69408; }

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

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

background-color css

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

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

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

border-color css

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

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

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