Html Css Color HEX #C67F10 Dark Goldenrod

📋 copy color: '#C67F10'

red 198 ◦ green 127 ◦ blue 16

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

Shades of Dark Goldenrod #C67F10

Tints of Dark Goldenrod #C67F10

RGB

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

 GREEN value IS 127 (50% from 255) = 37.24%

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 58.06%
G = 37.24%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C67F10 (or 0xC67F10) is known color: Dark Goldenrod. HEX triplet: C6, 7F and 10. RGB value is (198,127,16). Sum of RGB (Red+Green+Blue) = 198+127+16=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67F10 is #3980EF. Grayscale: #888888. Windows color (decimal): -3768560 or 1081286. OLE color: 1081286.

HSL color Cylindrical-coordinate representation of color #C67F10: hue angle of 36.59º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C67F10 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 127 16 -
CMYK 0 0.36 0.92 0.22
HSL 36.59º 0.85% 0.42% -
HSV(B) 36.59º 0.92% 0.78% -
XYZ 30.97 27.22 4.11 -
YUV 135.58 60.52 172.53 -
System Red Green Blue C M Y K H S L
Decimal 198 127 16 0 0.36 0.92 0.22 36.59 0.85 0.42
Hex C6 7F 10 0 24 5C 16 25 55 2A
Octal 306 177 20 0 44 134 26 45 125 52
Binary 11000110 1111111 10000 0 100100 1011100 10110 100101 1010101 101010

Color Harmonies of #C67F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F10

Black with #C67F10

Text Example


Text Example

White with #C67F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F10; }

 p { color: rgb(198,127,16); }

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

background-color css

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

 a { background-color: rgb(198,127,16); }

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

border-color css

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

 span { border-color: rgb(198,127,16); }

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