Html Css Color HEX #C67508 Dark Goldenrod

📋 copy color: '#C67508'

red 198 ◦ green 117 ◦ blue 8

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

Shades of Dark Goldenrod #C67508

Tints of Dark Goldenrod #C67508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

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

R = 61.3%
G = 36.22%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C67508 (or 0xC67508) is known color: Dark Goldenrod. HEX triplet: C6, 75 and 08. RGB value is (198,117,8). Sum of RGB (Red+Green+Blue) = 198+117+8=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C67508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67508 is #398AF7. Grayscale: #818181. Windows color (decimal): -3771128 or 554438. OLE color: 554438.

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

Color convert

RGB 198 117 8 -
CMYK 0 0.41 0.96 0.22
HSL 34.42º 0.92% 0.4% -
HSV(B) 34.42º 0.96% 0.78% -
XYZ 29.69 24.75 3.44 -
YUV 128.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 198 117 8 0 0.41 0.96 0.22 34.42 0.92 0.4
Hex C6 75 8 0 29 60 16 22 5C 28
Octal 306 165 10 0 51 140 26 42 134 50
Binary 11000110 1110101 1000 0 101001 1100000 10110 100010 1011100 101000

Color Harmonies of #C67508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67508

Black with #C67508

Text Example


Text Example

White with #C67508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67508; }

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

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

background-color css

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

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

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

border-color css

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

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

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