Html Css Color HEX #C67408 Dark Goldenrod

📋 copy color: '#C67408'

red 198 ◦ green 116 ◦ blue 8

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

Shades of Dark Goldenrod #C67408

Tints of Dark Goldenrod #C67408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

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

R = 61.49%
G = 36.02%
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

#C67408 (or 0xC67408) is known color: Dark Goldenrod. HEX triplet: C6, 74 and 08. RGB value is (198,116,8). Sum of RGB (Red+Green+Blue) = 198+116+8=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C67408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67408 is #398BF7. Grayscale: #808080. Windows color (decimal): -3771384 or 554182. OLE color: 554182.

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

Color convert

RGB 198 116 8 -
CMYK 0 0.41 0.96 0.22
HSL 34.11º 0.92% 0.4% -
HSV(B) 34.11º 0.96% 0.78% -
XYZ 29.58 24.51 3.4 -
YUV 128.21 60.17 177.78 -
System Red Green Blue C M Y K H S L
Decimal 198 116 8 0 0.41 0.96 0.22 34.11 0.92 0.4
Hex C6 74 8 0 29 60 16 22 5C 28
Octal 306 164 10 0 51 140 26 42 134 50
Binary 11000110 1110100 1000 0 101001 1100000 10110 100010 1011100 101000

Color Harmonies of #C67408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67408

Black with #C67408

Text Example


Text Example

White with #C67408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67408; }

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

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

background-color css

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

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

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

border-color css

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

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

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