Html Css Color HEX #C67600 Dark Goldenrod

📋 copy color: '#C67600'

red 198 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #C67600

Tints of Dark Goldenrod #C67600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.66%
G = 37.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C67600 (or 0xC67600) is known color: Dark Goldenrod. HEX triplet: C6, 76 and 00. RGB value is (198,118,0). Sum of RGB (Red+Green+Blue) = 198+118+0=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C67600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67600 is #3989FF. Grayscale: #818181. Windows color (decimal): -3770880 or 30406. OLE color: 30406.

HSL color Cylindrical-coordinate representation of color #C67600: hue angle of 35.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C67600 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 118 0 -
CMYK 0 0.40 1 0.22
HSL 35.76º 1% 0.39% -
HSV(B) 35.76º 1% 0.78% -
XYZ 29.77 24.96 3.25 -
YUV 128.47 55.5 177.59 -
System Red Green Blue C M Y K H S L
Decimal 198 118 0 0 0.40 1 0.22 35.76 1 0.39
Hex C6 76 0 0 28 64 16 24 64 27
Octal 306 166 0 0 50 144 26 44 144 47
Binary 11000110 1110110 0 0 101000 1100100 10110 100100 1100100 100111

Color Harmonies of #C67600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67600

Black with #C67600

Text Example


Text Example

White with #C67600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67600; }

 p { color: rgb(198,118,0); }

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

background-color css

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

 a { background-color: rgb(198,118,0); }

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

border-color css

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

 span { border-color: rgb(198,118,0); }

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