Html Css Color HEX #C68408 Dark Goldenrod

📋 copy color: '#C68408'

red 198 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #C68408

Tints of Dark Goldenrod #C68408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.05%

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

R = 58.58%
G = 39.05%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C68408 (or 0xC68408) is known color: Dark Goldenrod. HEX triplet: C6, 84 and 08. RGB value is (198,132,8). Sum of RGB (Red+Green+Blue) = 198+132+8=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C68408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68408 is #397BF7. Grayscale: #8A8A8A. Windows color (decimal): -3767288 or 558278. OLE color: 558278.

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

Color convert

RGB 198 132 8 -
CMYK 0 0.33 0.96 0.22
HSL 39.16º 0.92% 0.4% -
HSV(B) 39.16º 0.96% 0.78% -
XYZ 31.58 28.53 4.07 -
YUV 137.6 54.87 171.08 -
System Red Green Blue C M Y K H S L
Decimal 198 132 8 0 0.33 0.96 0.22 39.16 0.92 0.4
Hex C6 84 8 0 21 60 16 27 5C 28
Octal 306 204 10 0 41 140 26 47 134 50
Binary 11000110 10000100 1000 0 100001 1100000 10110 100111 1011100 101000

Color Harmonies of #C68408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68408

Black with #C68408

Text Example


Text Example

White with #C68408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68408; }

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

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

background-color css

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

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

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

border-color css

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

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

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