Html Css Color HEX #C68008 Dark Goldenrod

📋 copy color: '#C68008'

red 198 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #C68008

Tints of Dark Goldenrod #C68008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

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

R = 59.28%
G = 38.32%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C68008 (or 0xC68008) is known color: Dark Goldenrod. HEX triplet: C6, 80 and 08. RGB value is (198,128,8). Sum of RGB (Red+Green+Blue) = 198+128+8=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C68008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68008 is #397FF7. Grayscale: #878787. Windows color (decimal): -3768312 or 557254. OLE color: 557254.

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

Color convert

RGB 198 128 8 -
CMYK 0 0.35 0.96 0.22
HSL 37.89º 0.92% 0.4% -
HSV(B) 37.89º 0.96% 0.78% -
XYZ 31.05 27.46 3.89 -
YUV 135.25 56.19 172.76 -
System Red Green Blue C M Y K H S L
Decimal 198 128 8 0 0.35 0.96 0.22 37.89 0.92 0.4
Hex C6 80 8 0 23 60 16 26 5C 28
Octal 306 200 10 0 43 140 26 46 134 50
Binary 11000110 10000000 1000 0 100011 1100000 10110 100110 1011100 101000

Color Harmonies of #C68008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68008

Black with #C68008

Text Example


Text Example

White with #C68008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68008; }

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

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

background-color css

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

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

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

border-color css

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

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

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